
I created a sharepoint list with all the required columns of a spreadsheet. I want to run a get items on the sharepoint list inside an apply to each for every row in a spreadsheet. My goal is to create a condition to see if the value is empty but I'd like to reference the column name of the spreadsheet with a variable (from the SP list). Is this possible? I'm getting an error
empty(items('Validation')?[variables('Column')])
Hi @lui ,
What is the error you encountered? In theory, we can dynamically set the property name.
Best Regards,