Hi,
I have created my scenarios as shown below to do auto post from telegram channel to facebook pages.
My Telegram channel has images with links, as shown below, and it automatically posts the post to my Facebook page without any issues.
From my Telegram Channel :
From my Facebook Page:
However, when a Telegram post merely contains text and links, the scenario fails due to an error.
FROM TELEGRAM CHANNEL
When running scenario is throwing error
From Watch Updates:
If there is image with link or Text With Link I want this scenario to post message in facebook, Pls help me to sort this out.
Thanks in Advance,
Dinu
Hey Dinu,
the way you have it mapped now is that its looking for a Photo array in the Channel Post collection and downloading the third item from that array. But in the next screenshot there is no Photo array at all.
Hi,
Yes, some time telegram post will come with images with links some post with text only with links(We will not see Photo Arrary). I want scenario to post both the post to face book pages. how can I do that..
You will need some conditional logic. Place a router before the Download a file module and filters after it. Then only execute the route with the download a file module if there is a file to download.
OR add an error handler that basically skips the module if there was no file to download. A resume one should do the trick for example.
The second approach will mean that the message will go through if there are issues with downloading the file as well.
HI,
I enabled the filter as shown, passing only the picture posts and not the text posts because I don’t want to waste the credit.
Thanks for your support and help..
Regards,
Dinu