Hello all, I am having a hard time getting the values from a list rows present in a table action. This is what my flow looks like
Here is what the values look like from the list rows present in a table action
This gets the columns and values from each file in a sharepoint folder. Now, I just want a compose that shows me all the column names
because I am going to use the column names in a check to see if something exist. The column names can be different so I can hard code anything
It needs to basically loop through and get the column names from the file. Any ideas? I tried
join(keys(items('Apply_to_each_2')), ', ') based on research, and then tried it without the join as well and I get the same error
Unable to process template language expressions in action 'Compose' inputs at line '0' and column '0': 'The template function 'keys' is not defined or not valid.'.
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.