Why does the same image always get posted to the WordPress gallery?

What are you trying to achieve?

Posting an image from userapi.ai to a WordPress gallery.

Steps taken so far

Scenario 1: Imagin (4 images) - transferred to Scenario 2 (webhook) - then “get the status of a task” - then “upscale” - then new scenario 3 (new webhook) - then HTTP (get a file) - then WordPress gallery. HTTP (get a file) constantly receives different images, everything is fine. But for some reason, the same image is always posted to the WordPress gallery.

Screenshots: scenario setup, module configuration, errors


http.txt (3.6 KB)
webhooks.txt (2.1 KB)
wordpres.txt (2.3 KB)

Hi,

The most likely cause of your problem is the file name- the HTTP module returns it as file.png, so I assume that for every execution, the name is the same.

To check my theory, you should change the “File” setting in the WordPress module from “HTTP - Get a file” to “Map” and set up different file name and check if it helps.

Have a nice day!