uncanny automator doesnt recognize URL from make.com properly
-
Here is my problem,
im making recipe for making posts, everything looks great, data from JSON make.com transfer great but when it comes to put token with URL into <img src=”{{TOKEN}}”> it looks like automator doesnt recognize URL properly.
As i show in images it gives me information in console, that token doesnt look properly nad it gives me information that “image cant be generate/read” smt like that.
It looks like this:
I get data from JSON like this for ths URL:
“obraz”:”https://examplesite.pl/uploads/znaki/v3_L5T2_005.jpg”then i make post in automation with this:
<img src=”{{TOKEN}}”>
and then it shows me in posts that it cant be generated.
I tried many things like decoding url, making is as string etc. but nithing worked properly, please help.
Below im giving you images to check.https://ibb.co/8xtS6tb
https://ibb.co/c3KWRdt
https://ibb.co/Cw9r7D5
https://ibb.co/JszLRvz
https://ibb.co/3YX9xTB
- The topic ‘uncanny automator doesnt recognize URL from make.com properly’ is closed to new replies.