Hi,
Example: When creating a new entry (I’m using the default form), set the value with a certain format in the form.
Module: Project Task (For example)
- Go to the default form
- Open and scroll all the way and click Add Automation.
- Drag & drop Action block.
- Click + Add Action
- Select Set
- Select ‘Variable’: #Form#Task No (This is the field I want to set format)
- Input ‘Value’: ‘PT’ + ‘-’ + #Form#Prefix#Name + #Form#Current Number.ToString()
- Click OK
- Click Save
Result