Hi everyone, we were programmatically creating gro...
# ask-questions
d
Hi everyone, we were programmatically creating growthbook experiments using the admin api and everything was working fine. Now suddenly we are getting this error
Copy code
{\"message\":\"assignmentQueryId is required unless provided by the template\"}
has something changed on growthbook side? How do we know what id to pass here?
c
We did make a change.
Let me ask my team to investigate.
How were you setting the assignment query table before?
Can you share an example payload that used to work?
d
Hi, previously I used to send assignmentQueryId as an empty string. We didn't have any datasets or anything, so it worked out fine. Now I am sending a random string, and that's also working fine.