Hello!
I'm working with data tables in Power automate desktop
I'm using for each loop to iterate each row from excel data table
Now, I want to add a specific cell from the current Row of the loop
I'm trying to use activity called 'Insert Row into Datable'
This activity allow us to insert data row variable or a list that you can use putting this structure and fill it with your data:
%[]% //List
I tried to use it, but when I add my current Row of the loop, appears a syntax error from this activity:

I think that the problem here is that the percentages values from the list and the percentages values of the variable they get confused and don't know exactly what their match is
this is my code:
%[%Current Row[0]%,%Current Row[1]%]%
There is a specific wildcard to avoid this or something like that?