Hi,
I have a simple Flow that pulls together a number of colums from a SharePoint list and puts them into a HTML table which gets emailed. The issue I am hitting is one of these columns is a "choice" column and if the a user creates an item and doesn't select a choice from the list the Flow fails because the column doesn't contain anything.
What I am trying to achieve is if the column contains a value then that value is written to the HTML table, or if there is no value the Flow updates the HTML table with "Not Set" text.
Any help gratefully received.
Rob