Hi All,
I have a flow which takes information from the Description of a Task and puts it into a Teams Chat.
The task description looks like this:
I have managed to remove the Not Relevant part, but when I place the rest in the teams message it comes out like this:
["Part Number : Description","Part Number : Description"]
What I would like is to have it:
Part Number : Description
Part Number : Description
Any help would be appreciated
Thank you very much
Hi @Skybluekid ,
Sorry, my mistake.
Please try this
Best Regards,
Wearsky
Hi
I have tried the solution. when I post it to Teams it comes out as
"Part Number : Description" "Part Number : Description"
Hi @Skybluekid ,
Please try to convert the variable from array to string.
Sample:
Best Regards,
Wearsky
Alternatively, how would I get rid of the Not Relevent section from the original Description
This what I have in my flow