Writing to JetEngine metabox on Wordpress user account?

Status: Closed · Asked by Taz on · 0 views

Taz — Question ·

Hi!

Using JetEngine within WordPress, I've created a custom meta box for user records called "renew". This custom meta box is set to "Show in Rest API."

I am attempting to write to this meta box from Pabbley's Wordpress Update a User action. However, it appears I'm unable to write the new "renew" meta field.

However, when I view the Response Received, the renew value is listed in the results. It shows as "Meta Renew" but the value is blank. So, I know the field is being accessed via the REST API, but I can't figure out how to write to this field.

Can you help? Thanks!

-Taz

Arshita — Reply ·

Hey @Taz

I would like to inform you that this is a custom post types field and currently, wordpress is not supporting the Custom Field from their API and there is no other workaround available to pass the custom fields as WordPress. I hope you would understand.

Taz — Reply ·

Oh! So, even though the WordPress REST API is sending the custom meta data to Pabbly correctly, the API won't allow Pabbly to write it?

Taz — Reply ·

Got it. Thanks for the list. In addition to the WP API, it looks like JetEngine has its own endpoints, but only for their "Custom Content Types (CCT)" and not their meta data fields. Bummer.

Back to all forum threads · Log in to reply