👩💻Computed Fields
Some Examples
Concatenating
first_name
andlast_name
, then returningfull_name
Returning a different price ID for a stripe component depending on the user's selection/s
Fetching data from/to an API
Returning an array of objects for a repeatable buttons component
Related docs:
Last updated