You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -242,7 +242,7 @@ Action creates a single object.
242
242
***Include referenced objects** - Multiselect dropdown list with all the related child and parent objects of the selected object type. List entries are given as `Object Name/Reference To (Relationship Name)`. Select one or more related objects, which will be join queried and included in the response from your Salesforce Organization. Please see the **Limitations** section below for use case advisories.
243
243
***Allow criteria to be omitted** - Checkbox. If checked and nothing is specified in criteria, an empty object will be returned. If not checked and nothing is found, the action will throw an error.
244
244
***Allow zero results** - Checkbox. If checked and nothing is found in your Salesforce Organization, an empty object will be returned. If not checked and nothing is found, the action will throw an error.
245
-
***Pass binary data to the next component (if found object has it)** - Checkbox. If it is checked and the found object record has a binary field (primitive type `base64`), then its data will be passed to the next component as a binary attachment.
245
+
***Pass binary data to the next component (if found object has it)** - Checkbox. If it is checked and the found object record has a binary field (primitive type `base64`), then its data will be passed to the next component as a binary attachment and link to it will be replaced to link on the platform
246
246
***Enable Cache Usage** - Flag to enable cache usage.
247
247
248
248
#### Expected input metadata
@@ -321,7 +321,7 @@ Empty object will be returned, if query doesn't find any data.
321
321
322
322
#### List of Expected Config fields
323
323
***Optional batch size** - A positive integer specifying batch size. If no batch size is specified then results of the query will be emitted one-by-one, otherwise, query results will be emitted in an array of maximum batch size.
324
-
***Allow all results to be returned in a set (overwrites 'Optional batch size feature')** - checkbox which allows emitting query results in a single array. `Optional batch size`option is ignored in this case.
324
+
***Allow all results to be returned in a set** - checkbox which allows emitting query results in a single array. `Optional batch size`and `Max Fetch Count` options are ignored in this case.
325
325
***Include deleted** - checkbox, if checked - deleted records will be included into the result list.
326
326
***Max Fetch Count** - limit for a number of messages that can be fetched. 1,000 is the default value when the variable is not set.
0 commit comments