Hello, I have an API that I pass a limit and an offset.The first pass I have a constructed URL string that starts at offset=0
The first pass returns a JSON Value for a property called "nextPageLink" which already has the next offset.
From my workflow, I get an authorization bearer token and pass that to the macro call.
Inside the macro, the first tool I have is a formula that sets the initial URL value.
I am getting the results and splitting everything except the "nextPageLink" to the output. I send "nextPageLink" to the Loop.
On iteration 1, it works fine. On Iteration 2 I am getting error: RPSMacro (63) Iteration #2: Tool #31: The field schema for the output "Loop" changed between iterations.
I am so stuck my eyes are crossed.
