Flow Action Inputs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2023 11:01 AM
I have a flow action (get_devices_action) created when service graph connector for workspace one was installed.
Need to understand the logic behind this? What is request page size input? Where is its value coming from?
Does it impact the volume of REST API calls defined in the REST step?
Any advise here would be appreciated. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2023 11:05 AM
Hi,
These are the input of the action, subsequently these inputs are used in the rest step.
These inputs are populated wherever this action is used (in a flow/subflow or a script).
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2023 11:13 AM
Hi Saurabh,
I am still struggling to figure out how these inputs are getting populated through this action.
Can you please elaborate?
I can see a data source created after installing the SGF.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2023 12:03 PM
Hi @dvelloriy
Please check whether this action is used in any of the subflow by clicking on corner three dot and see related subflows.
If your testing action then you have to manually pass the values in the input and see what is the response & output your getting by hitting to that URL passed in the action.
if your testing subflow which the action is attached then inputs are mapped from the subflow as per the requirement.
Thanks
SP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2023 12:51 PM
Hello @SP22
No there are no associated subflows. I think i found where the request page size value is coming from. Its coming from a script include and value is 500.
So my next question is how does this impact the volume of API calls. So if i am pulling 100k records from workspace one, will the API call run 200 times to complete the load and what performance impact it could have?