โ12-12-2023 07:52 AM
Is there a way to pass an array into a Recipe Function? When I try to post an array in sample JSON, it says it needs to be an object.
Solved! Go to Solution.
โ12-12-2023 09:03 AM
You can make an object with a single key for your array, like this:
It will generate this schema:
And here's the input when calling the function:
โ12-12-2023 09:03 AM
You can make an object with a single key for your array, like this:
It will generate this schema:
And here's the input when calling the function: