Hi all,
is there a possibility to pass a variable as property for a power automate variable, like datatable? so selecting a value passing a dynamic index to datatable, something like that:
%Variable_Datatable[custom_index][custom_index]%
I've tried with making custom_index as environment variable, but I cannot set it inside the script, in the loop... so it remains static....
example I want to achieve:
for i in range(0,5):
%Variable_Datatable[i][i]%
Thanks!!