
Announcements
This flow worked in early December (the last time I ran it) and today it failed each time, not sure why. Flow pulls info from email and puts it in an excel sheet (creates new line in table). See below, no change was made to the flow. Any helpful advice on what went wrong would be helpful!
Thank you
It is failing at the third step with error: Unable to process template language expressions in action 'Add_a_row_into_a_table' inputs at line '0' and column '0': 'The template language expression 'replace(split(split(outputs('Html_to_text')?['body'],'Desc: ')[1],'Tag:')[0],decodeUriComponent('%0A'),'')' cannot be evaluated because array index '1' is outside bounds (0, 0) of array. Please see https://aka.ms/logicexpressions for usage details.'.
I changed the "[1]" to a 0, and it runs now, but it puts a lot more information in the description line than it should. If that is my only fix, I'll take it. I just don't know why it stopped working properly in the first place.
Is it possible that a small change was made to the email format? That's what it sounds like....