Hello, I’m working on this scenario.
Basically, it generates an article (text+featured image) with the OpenAI modules, and then it posts it to WordPress.
The scenario works. However, I am having troubles with the upload of the image generated by the openAI module. The image is correctly generated, but when it is uploaded in wordpress it has always the same URL: https://____.com/wp-content/uploads/output1.png
So every time the scenario is ran, a new featured image is generated and uploaded to wordpress, however as the URL is always the same. Therefore, is always shown the same picture, the first one that was uploaded and has the first URL “https://____.com/wp-content/uploads/output1.png”
So if I run 3 times the scenario, with different articles I would have 3 media uploaded with the following URLs:
run 1: URL of the uploaded image: https://.com/wp-content/uploads/output1.png
run 2: URL of the uploaded image: https://.com/wp-content/uploads/output1.png
run 3: URL of the uploaded image: https://____.com/wp-content/uploads/output1.png
Many thanks in advance