Block - Format Value in a Form

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)

  1. Go to the default form
  2. Open and scroll all the way and click Add Automation.
  3. Drag & drop Action block.
  4. Click + Add Action
  5. Select Set
  6. Select ‘Variable’: #Form#Task No (This is the field I want to set format)
  7. Input ‘Value’: ‘PT’ + ‘-’ + #Form#Prefix#Name + #Form#Current Number.ToString()

image

  1. Click OK
  2. Click Save

Result
CPT2204281436-1278x605

1 Like