Hello Guys,
I needed to build a custom flow for my customer, where the trigger was a "When a new channel message is added" and retrieve the message information with pictures to our system.
I'm used HTML to text node to filter all of the HTML tags and get the URL inside a [URL]
After that, I put the text inside an array with
There is a condition for me to check if there is any attachment, if not I'm checking for any graph.api URL inside the message because that indicated that the user did not attach the picture instead it used the mobile app media option or ctrl + V pasted inside the message.
This is how I check the text for the URL
I asked the customer to check the custom connector with the URL that threw the error, just to be sure that not the custom connector that was the problem and it returned with status code 200.
I also turned on the Concurrency control, because I read on the forum that it can be also a problem, but did not work out.
What am I missing?
Thank you for your help!