Skip to content

Commit

Permalink
Update ConcatenateFromQuery.md
Browse files Browse the repository at this point in the history
  • Loading branch information
demianrasko authored Dec 28, 2020
1 parent fa2968c commit 28f3736
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/ConcatenateFromQuery.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ For using this activity you must access here and select Concatenate from Query:


Parameters
![](ConcatenateFromQuery_2.png)
![](ConcatenateFromQuery_4.png)

The full params description is:
* **FetchXML (required)** : The FetchXML Query. Specify the parent record ID in the fetch using the following template: {PARENT_GUID}. **{PARENT_GUID}** will be replaced at run time with the ID of the entity that triggered the workflow.
Expand All @@ -33,4 +33,6 @@ Example FetchXML (this is just an example to show how one can pull data from chi
dd-MM-yyyy for dates or
$#,##0.00 for money.

* **TopRecordCount (Optional)** : When not defined, it takes all records. If you want to limit the number of records, just put the number here

* **Output parameter: ConcatenatedString** : the concatenated string that can be used in steps that follow this workflow step.

0 comments on commit 28f3736

Please sign in to comment.