Scope of List XML Variable
- Last UpdatedJun 25, 2024
- 1 minute read
List XML variable can be set to Current, New and List Query scopes. In that, you can set Current and New scopes at the time of creating XML List type XML variable and all the three scopes including List Query can set up in the List Navigator activity properties.
-
Current : The XML variable will be pointed to the list item which initiated the workflow.
-
New : The XML variable will be pointed to add a new list item to the list. Accessing this XML variable before adding an item will not give any details. After adding a list item, this XML variable will have the details of the added item. To add another item, use a list navigator action to re-initialize the scope as New.
-
List Query: This property allows you to build a query for the list and fetch the items based on the query.