I have an API Action to a Google Advertising platform that posts to create a new “Ad” (this is a simplification of the service I am using).
The POST works and the server responds with the ID of the “Ad” created. Then I want to use that ID and save it to the thing the Post was created from.
However, despite using make changes to a thing using the result of step 1, and the ID field being offered in the workflow as data I can use for the value of the field being changed, it doesn’t seem to be working.
I don’t know if that is a clear explanation or not. Any help appreciated.