How can I use the Loop action in order to create a variable for index, and create a variable for item?
For example, in Python, it would be like iterrows: https://www.w3schools.com/python/pandas/ref_df_iterrows.asp
In RPA, doing the following would only allow for creating a variable for the item, there is no option here for also creating a variable for index.

Thanks
Best answer by bradwyatt
View original