Upload Featured image on Wordpress

Hello,
I cannot figure out why the featured image I upload on my wordpress blog post is always the same, although the ones I am storing in airtable are all different.

Here is the exported blueprint, if anyone has an idea that would be great.
blueprint (3).json (323.1 KB)
Thank you in advance.
Stan

Hi.

  1. To add an image to Airtable, create a dynamic title.
  2. First add the file to Airtable and then get this file from Airtable in the script.

Do not transfer this file directly from the GPT module.

You can use the airtable column type “image attachment”.
It will automatically download the image binary, show a preview in airtable and besides the binary, it also stores a url which you can access later.
When you inspect the image attachment field with make, you get an array with the binary data and a url.

Input is only the result url you get from the image generation.