Hello to the Community,
I'm new into power automate and tried to import Mails to a table in an excel sheet
(just like this one: https://www.youtube.com/watch?v=OrCs36S3w3w)
I did it just like in the video, and it reacts, when i receive an email.
But i got troubles (for months) with the expressions to export the datas i need
The expressions are:
- "Cookie Type" field:
first(skip(split(first(split(body('Html_to_text'),'Quantity')),': '),1)) - "Quantity" field:
first(skip(split(first(split(body('Html_to_text'),'Delivery Method')),'Quantity: '),1))
- "Delivery Method" field:
first(skip(split(body('Html_to_text'),'Delivery Method: '),1))
Every time i get the message
"The input parameters of the action "Add_row_to_table" contain an invalid reference to "html_to_text". Make a correction to include a valid reference to "html_to_text" for the input parameters of the "Add_row_to_table" action."
i read many threads in other forums and tried different things, but nothing helped.
Would be great if someone could help me to solve this and learn, what the problem is❤️