Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi :),
I would like to know if it's possible to set a default value in a twritejsonfield which is not a string?
My
twritejsonfield :
My json output :
"campaignId": "1073893"
What i want :
"campaignId": 1073893
Thank you for your help
Hi
Add an attribute @type to the field and set a fixed value "number", see below.
Regards
Shong
Hi
Add an attribute @type to the field and set a fixed value "number", see below.
Regards
Shong
Thank you 😄