Hi,
I am using Power Automate Desktop (PAD) to load data from a CSV into a Datatable variable, successfully.
My task is to iterate (using a For Each loop) through each record in the table, to capture certain fields and use them as parameters in a subflow. All the community and official content online suggests to use the format "%Datatable['Fieldname']%" as the notation to access the value of a field for the current record inside a For Each loop, this does not work! It just returns the input "%CurrentItem['Fieldname']%" as the output. Similarly I have attempted to return a record outside of the For Each loop, using the notation %Datatable[0]% where 0 is the first record index, the videos online show this working but on my PAD it does not.
On a seperate note, many community users show a sub section to the "Variable" menu item, that is specific to working with Datatables, I cannot see this...?? Was this feature revoked or?
NB I am using a Premium license.