Hi all,
I am setting up a flow and having an issue that my table is not being updated.
1. Email arrives in my Office365 inbox
2.HTML to text. Content I have "body"
3.Add a row into table (should actually just update the row)
And it doesn't do anything except for adding a blank row:(
1.Works fine
2. Works fine, gives me:
OPD:1234
IPD:1234
OR:1234
My expressions are
first(skip(split(first(split(body('Html_to_text'),'OPD')),'OPD'),1))
first(skip(split(first(split(body('Html_to_text'),'IPD')),'IPD'),1))
first(skip(split(first(split(body('Html_to_text'),'OR')),'OR'),1))
3. A blank row is inserted 😞
Can someone please point me in the right direction 🙂 Thank you so much in advance for your help. Ideally I just want the table in my Excel Online table to be updated, as opposed to creating a new line.