You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having trouble using call_limer to update a response. I have both the response id and token as headers, along with the response to update. I get the following error message:
It works. But I had a bit similar issues when testing. I wrote it up in a post on SO.
You are missing a list of aResponseData, two arrays/lists are needed - see the answer on SO
In brief: Routine supports only single response updates. Response to update will be identified either by the response id, or the token if response id is missing from params provided. Routine is only applicable for active surveys with alloweditaftercompletion = Y.
To update multiple responses you will need to write a simple loop. (I have an example somewhere)
I am having trouble using call_limer to update a response. I have both the response id and token as headers, along with the response to update. I get the following error message:
Any ideas would be helpful!
The text was updated successfully, but these errors were encountered: