User Profile
coyote_ptm
Copper Contributor
Joined 5 years ago
User Widgets
Recent Discussions
Re: Creating HTML Table from Filtered Array
cschneider1820 I did finally get mine to work. I created a quick example ( mine wasn't as easily shareable ). Populate array variable. In this example, just insert 3 "rows": Filter array: The "is equal to" in advanced is: "@equals(item()?['DocumentID'], 10)" Send output from "Filter Array" to "Create HTML Table" The "From Body" = '@{body('Filter_array')}' The "Value" = ' item()?['DocumentID']' Here's the output of run for create html table. Hope this helps.
Recent Blog Articles
No content to show