Hi, new to this but I want to get it right!
I'm trying to accept a form response, take the next item in an excel table, and send that item in an HTML table to the email address provided in the form.
Unfortunately, I'm unable to filter and select the way I want. I can populate the HTML table with either all of the rows in the table or none, but not the top row only. My hunch is that the select action is selecting from 'value' which hasn't been filtered and there should be a variable created for the filtered item.
array
flow
I'm taking this one step at a time but I will be adding an action to delete the top row as the key will not be useful to anyone else and move the next key up to the first row.
Any help would be appreciated!