Connect & Map WordPress custom fields

Hello Community,

I am trying to create a scenario where I get JSON data, and then I want to update a specific post in WordPress, in custom fields such as result_data, address, rating that I already created using Make.com connector, and enabled. Though, I am able to see these custom fields in JSON, I am not sure what is the correct way to map the values through the update post (WordPress) Module, please find the attached for clarification… what am I doing wrong, why these values are not captured? should I use a different Module such as Make an API call?

Appreciate your help

!
Thank you

Hi @Judy_2 and welcome to the Make community! :tada:

I assume “cf” in “wpcf” stands for “custom fileds”? If so, use the Metadata (custom fields) section and enter the name of all the fields you want to update and their respective mapped value.
For instance for wpcf-rating, it would be like this: (note that I am not using a WP module here, that’s why it says “key”, not “name”)

What format is wpcf-result_data? An array? If so, set the Map switch on and add your array as value:

Hope that helps.

Thank you for your response Lauren, I tried but It’s not working, I am still not able to pass the data to the custom fields dynamically…Do you have any other suggestion? what is the best way to handle custom fields? …I just need to update those custom fields

Hi @Judy_2 Can you share the blueprint of your scenario? That way we’ll have more info to help you. Thanks.

blueprint (8).json (60.2 KB)

Thanks @Lauren_Moineau , I appreciate your help… I am also trying acf if it works.