Hi,
I'm trying to take the second value in my DataRow but Power Automate just seems to hate me.
I'm creating a DataTable of football players and assigning an injury value to them in the second column from a webscrape. I'm then going into my excel sheet, finding the player name and then pasting in that injury value into the correct cell for my formulas.
So, as it goes down my list of player names in the 'for each' loop I need it to copy their value in the second column.

I initially tried doing this in excel rather than as a DataTable and it seemed an impossible task to get Power Automate to understand it needs the value in the selected row rather than the value in the first row. I've had a range of issues using the DataTable method. From the short section on the wiki it says I can use %VariableName['ColumnName']% or ItemNumber but using the DataTable as the variable gives me the error "value #2 doesn't exist".
Any method I've managed to get working only results in a single value being applied to LivePercentData and that same value being pasted for every single player found.
This seems like a very simple task to me but after days of trying I can't get it to work, please help
Thanks,
Chris