Skip to main content
Version: Next

Extend List Properties

Audience: Citizen Developer

Skill Prerequisites: Using Form Builder

This action extends an entity in the current context with new properties.

Typical Use Cases

  • After creating a contextual entity with any of the load entity actions, use this action to add a property such as an ID before passing to the Execute Actions for each List Entry action.

Don't use it to

Action NameDescription
Add List EntryCreates an list in the current context to which you can load values from the current context. Use this to create the list that will be processed with this action.
Execute Actions for each List Entry Execute a list of actions on each item in the specified context list. Use this to process the items loaded in the list created.
Create List from CSV file (obsolete)Creates an list in the current context from the content of a provided CSV file. Use this to create the list that will be processed with this action.
Create List from a CSV sourceCreates an list in the current context from a CSV list. Use this to create the list that will be processed with this action.
Create List from Excel (xlsx) Creates an list in the current context from the content of a provided Excel(XLSX) file. Use this to create the list that will be processed with this action.
Create List from JSONCreates an list in the current context from the provided JSON model. Use this to create the list that will be processed with this action.
Create List from SQLCreates an list in the current context from the result of the provided SQL Query. Use this to create the list that will be processed with this action.

Input Parameter Reference

The parameters unique to this action are listed below. Review the common parameters for all actions here.

ParameterDescriptionSupports TokensDefaultRequired
List NameProvide the name of the entity alread in context that will be updated.Yesempty stringYes
PropertiesSpecify the Property Names and Values to include in the entity.YesNone SpecifiedNo
List Object PropertiesYou can add or replace properties on the entity which reference previously created entity objects. NOTE: No recursive referencing checks will be done when setting the property so infinite loops can be encountered.YesNone SpecifiedNo
List PropertiesYou can add or replace properties on the entity which reference previously created entity lists. NOTE: No recursive referencing checks will be done when setting the property so infinite loops can be encountered.YesNone SpecifiedNo