Hi,
Putting the results of Get Items from a Sharepoint list into a HTML table for emailing.
What would be the approach to Create HTML Table but sometimes a row for a specific column will not have an entry?
In the 1st column I am just pulling the first 6 characters hence why the error message includes substring but I also have other columns that wont necessarily have data in them. There will always be a number of "main" columns that always have data in them.
Currently when I run the flow I get error message
The value of first parameter is of type 'Null' but the function 'substring' expects a string.
Thanks in advance
Todd