Wordpress Create Post- content is required

Hi there,
I need to be able to create WP post via Make with no content, just the title which you can do in WP. I keep getting an error that “content” is a required parameter.

On the other hand the WP Update module allows you to remove content for example:

As anybody fond a work around to this and be able to create a post without content?

I guess I could create a specific content if empty and then do an update and remove it, but it seems a bit far fetch for something standard in WP.
Thanks,
Phil

Welcome to the Make community!

Instead of erase, try the other special variables, emptystring and space

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

Thanks for that, the empystring doesn’t work. Space works but obviously create a space in the content field which is what I don’t want. I just want an empty content.

Looking at creating the WP Post via API to bypass the WP Create Post module issue.