- Your Task History ID
- IjU3NjYwNTZhMDYzMDA0MzA1MjY4NTUzMDUxMzci_pc
Hello Pabbly Support Team,
I am using the Iterator module to process an array of data from Google Sheets.
Inside the loop, I need to send a message to each person telling them their new position in the queue (e.g., "You are now position 1", "You are now position 2", etc.).
However, inside the Iterator step, I cannot find a variable for the current loop's position number, like 'Current Index' or 'Iteration Count'.
My question is: Does the Iterator provide a variable for the current loop position number (1, 2, 3...)? If so, what is its exact name and how can I find it?
Thank you.
I am using the Iterator module to process an array of data from Google Sheets.
Inside the loop, I need to send a message to each person telling them their new position in the queue (e.g., "You are now position 1", "You are now position 2", etc.).
However, inside the Iterator step, I cannot find a variable for the current loop's position number, like 'Current Index' or 'Iteration Count'.
My question is: Does the Iterator provide a variable for the current loop position number (1, 2, 3...)? If so, what is its exact name and how can I find it?
Thank you.