Featured image go to post in Wordpress

Hey Guys, how are you?

I really need help. I’ve been stuck here for two days and I can’t move forward.

I’m trying to make the featured image go to the Post in Wordpress. It works perfectly until you get to Google Drive.

The image is uploaded, I open the drive, I can see it there. But there’s no way I can get it to the Featured Image. It appears broken.

I really need help here.

I looked for everything, I tried a lot of things, but it’s not working.

Thank you very much to anyone who can help.









1 Like

Hi @Cleverson_Bueno


You can map the file directly here without uploading it to Google Drive. If you prefer to map it from Google Drive, you’ll need to use the Google Drive “Download File” module first, then map the file from there.

Best regards,

Msquare Automation
Platinum Partner of Make
@Msquare_Automation

1 Like

Hello Msquare!

Thank you very much for your answer!

I had suggested this previously and it works!

The problem is, only once. :sweat_smile:

From the second time onwards, it keeps bringing up the first image repeatedly.



For this reason I tried Google Drive to see if it would stop repeating the image from another place.

Thanks again for your help, any suggestions I will try to do here.

1 Like

I was forgetting to paste the sequence I made :sweat_smile:







1 Like

I’m very new to Make so could be way off base, but my guess is it’s only working once because the filename you’re passing to Wordpress from the HTTP module is the same name every time: file.jpeg. So Wordpress has likely cached an image for that filename the first time you uploaded it, and is just calling the same image again. Or, is not letting you overwrite it, which you wouldn’t want to do anyway because that would break your previous post.

I would try to grab a unique name for the filename, from the URL field in the RSS module. You’ll probably need some regex to parse just the filename out of the whole URL. Or you can create a random filename each time.

Hi @Cleverson_Bueno

The issue is with the mapping in HTTP module.

In above image you have mapped url from an array. That will always take first url only. You need to use an iterator before http and then map url from iterator.

Best regards,

Msquare Automation
Platinum Partner of Make
@Msquare_Automation

Hello Lucy. Thank you very much for your help. It was something like that. With your answer I managed to get there. Thank you very much!! :pray:

1 Like

Excellent! I’ll try to do that today. Thank you very much for your help Msquare!!