I am trying to avoid an error message when creating a Wordpress post, in case one of the parameters (in this case “playlist”) is missing.
I tried with emptystring, space and ignore. But none of them work. I always get the same error message.
I am trying to avoid an error message when creating a Wordpress post, in case one of the parameters (in this case “playlist”) is missing.
I tried with emptystring, space and ignore. But none of them work. I always get the same error message.
Oh! Does the Value field actually accepts an array of values?
In that case try {{ emptyarray }}
If not, please share the error message here.