So, I am trying to create a flow for a selected row in excel, an HTML table should be created which then I will add in my email body to be sent as an email. But, I can't seem to figure out how to get an array value out of the trigger "For a selected row".
Because when I add the action "Create HTML table" it requires an array input in 'from' property value. And it gives me an error message "The 'from property value in the table' action inputs is of type 'String'. The value must be of type Array".
This happens when I add 'Create HTML table' action right after the 'For a selected row' trigger or even when I add compose action and the 'Create HTML table' action.
Are there any other actions that I can add to convert the dynamic content from 'For a selected row' to an array, so that I can use it as input in create a HTML table. I have tried using square brackets in compose but still it says String.
I would really appreciate if anyone can guide me towards the right path here. 😥