Ing Using the results of a global connector as an input for another connector, and accessing an arra
Summary
Ing Using the results of a global connector as an input for another connector, and accessing an array indexContent
Im using the /BPM/API/4.0/tasks endpoint to get a taskId. This endpoint results in an object with an "items" attribute which is an array of objects. I want to get the number attribute of the last item object in the list. I can get the list of tasks and have it populate a hidden table with an input for the number. I can then associate the last row of the table (last number) with a different hidden input field. Then I can use that hidden input as a value for a different endpoint. This is a terrible process and i know
3