Hi
I am trying to retrieve dynamic column's data in flow using SharePoint get items but I am unable to
The following works:
items('Apply_to_each_2')?['MinCorroDueDate']
The following does not work:
items('Apply_to_each_2')?[outputs('Compose_datefield')]
where
outputs('Compose_datefield') = 'MinCorroDueDate'
I want to do this as I want to get dynamic column each time, they are all data columns but they can be different.
Any suggestions?
Thanks