My flow gets a list of timesheet entries from a SharePoint list. I then loop through the unique names and intend to compile the list belonging to that resource in a HTML table to ultimately send in an email.
I do get a filtered array of those items, but the problem is that any subsequent step (Select or Create HTML table) errors that the body/value property doesn't exist. The selection for dynamic items is outputs('Filter_array')['body/value']. I've tried a formula to put a ? before ['body/value'], and I've tried just referring to ['body'], but have been unsuccessful.
I have no idea why those steps can't see the output from the previous step. Any help is appreciated, thanks!
1
2
3