โ02-19-2026 08:48 AM
Is there a way in the Variable by Workato to be able to make a field required and to update the hint? When I update optional to false or hint to something else it will just return back to what it was. Being able to update the hint is far more important but would like to require specific variables. Any help on this would be really appreciated.
Updated json
"control_type": "text",
"label": "EmailDateTimeFormat",
"name": "EmailDateTimeFormat",
"type": "string",
"optional": false,
"hint": "Date and Time formatted to be sent in body of email."
After saving the update.
"control_type": "text",
"label": "EmailDateTimeFormat",
"name": "EmailDateTimeFormat",
"type": "string",
"optional": true,
"hint": "Defaults to nil if not supplied."
โ02-19-2026 08:55 AM
I should have included this is in Automation Studio
โ02-20-2026 06:33 AM
Hi @TByford ,
โ02-20-2026 09:56 AM
I think you're looking at input parameters. Check the variable action specifically. The variable action UI has no fields for optional or for hint, and if you add them directly to the schema they get overwritten when saved.
This must have been a recent update because I remember you were at least able to set them to required. Not sure about the hint though.