Skip to main content
Creates custom input/variable/constant fields that can be used in the workflow. This supports multiple inputs at once. You can use this to store variables like Google Sheet URLs, or any other data that’s repeatedly used in the workflow. The node returns a dictionary with key-value pairs of all created variables, for example: {‘campaign_id’: ‘12345’, ‘spreadsheet_url’: ‘https://docs.google.com/....’}

Inputs

InputVariable

Output

Type: Dict Returns dict with key-value pairs of all created variables. Fields: dynamic (depend on the inputs)