@Product I have a JSON that seems stuck in an infinite loop. I'm not seeing any reason why this would be happening. The JSON I provided has 2 items in the array but it's run the loop 14 times before I paused it. It seems to always be returning item index 1. I don't see any issues in the logic that would cause it to infinite loop like this. What could be the cause of this. This is the job details from the last time before I paused it:
WA-2: Loop through JSON array
completed with
Success
at 12:19:53 PM
Execution ID: faf05284-561a-4179-8a7c-6d6d2b4a141f
Inputs
Converted text: [{"line_item_quantity": "200000", "line_item_unit": "/M", "line_item_unit_cost": "36.91", "line_item_description": "PERMANENT LIABILITY CARD 2 UP EUALIABTY", "line_item_amount": "7382.00"}, {"line_item_description": "FREIGHT EXTRA", "line_item_amount": "230.00"}]
JSON Array: [{"line_item_quantity": "200000", "line_item_unit": "/M", "line_item_unit_cost": "36.91", "line_item_description": "PERMANENT LIABILITY CARD 2 UP EUALIABTY", "line_item_amount": "7382.00"}, {"line_item_description": "FREIGHT EXTRA", "line_item_amount": "230.00"}]
Start at last item?: false
Outputs
Loop ID: faf05284-561a-4179-8a7c-6d6d2b4a141f-array-loop_1_2_1
line_item_description: PERMANENT LIABILITY CARD 2 UP EUALIABTY
Item index: 1
Item value: {"line_item_quantity": "200000", "line_item_unit": "/M", "line_item_unit_cost": "36.91", "line_item_description": "PERMANENT LIABILITY CARD 2 UP EUALIABTY", "line_item_amount": "7382.00"}