Hello everyone,
In my flow I am capturing whenever an error occurs and storing it in a list this way

And when I expand each item on the list I get something like this, like this I can only insert the location into the table

I am using a For Each to insert each line of the list into my table in SQL Server this way

But this way I only insert the Location, how can I manipulate the Error so I can insert both the Location and the Error Message?
Thanks in advance,
Telmo Ferreira