Plugin Data Bank
How you can reference slots & outputs of activities.
This is only applicable to Plugin Workspace post-April 2025
data.<slot_name>
data.<slot_name>
You can reference slots in your Activities with the notation data.<slot_name>
Example:


data.<output_key>
data.<output_key>
You can reference the outputs of Activities with the notation data.<output_key>
Example:
meta_info.user
meta_info.user
You can reference user attributes about the current user (ie. the user that triggered the plugin) with the notation meta_info.user
See User Attributes Reference for examples.
value
value
Only applicable to the Slot Validation Policy on the Slot config.
You can reference the current slot value when create a validation policy using the keyword value

Updated 4 days ago