Hi all,
I’m having the exact same problem as the topic shared below, except I’m not using Unsplash but OpenAI to generate the image that’ll be used as the “featured image” of the post.
Here’s the scenario bit:
In the OG topic the solution has been found but doesn’t give details about how it has been solved
The issue was coming from the HTTP module which would always output the files from unsplash.com, naming it “filename.jpeg”
I changed my approach and drop it on a cloud drive where I could renamed it using the scenario “execution ID” as the new File.name.
It’s the only post I’ve found about this issue (and I’m surprised since you’d imagine posting a Wordpress article with an image would be some of the most common practice over here) and I couldn’t find anything on youtube or anywhere else.
Anyone has an idea on how to circumvent the “renaming” issue with a clear explanation ?