While creating this flow, my requirement is to to access the column names along with the values for the choice/look up fields of my share point list in the dynamic content.
I understand triggerOutputs()?['body/Value'] dynamic content is based on my 'When an item is created or modified' trigger. But how to get the corresponding column filed names into this flow?
for example in the email I want to include
if 'Choice question' is not null then the corresponding 'triggerOutputs()?['body/Value']'
if null then it should be blank or nulls ' '
-Thanks