Hey @Viral Shah
I’m not 100% sure what you mean by ‘takes more time to load data’, but if you mean the dynamic dropdown is timing out, you are likely running into these operating constraints you’ll want to consider - in short, output must be returned within 30 seconds and the response payload must be less than 6MB.
The bundle.meta
parameter isFillingDynamicDropdown
may allow you to limit the data being retrieved when that dropdown is loaded if your API is returning too many items with that GET, more here: https://github.com/zapier/zapier-platform/blob/main/packages/cli/README.md#bundlemeta
@MarinaH Hi. Thank you for your reply.
No, the dynamic dropdown is not timing out and also there is no issue with output return time and response payload as they fulfil the criteria.
The issue is, when we click on the field which generates the dropdown list, the amount of time it takes to load the dropdown after calling API is more than 3 seconds. Is it normal in zapier to take more than 3 seconds to load the API data ?
The normal procedure in zapier:- When we click on the field, zapier calls a trigger API and fetches the data returned from API. It displays this data as a dropdown list in the action field in a ZAP. So during this stage, it takes more than 3 seconds to load the dropdown. Ideally 3 to 4 seconds is not appropriate. Hope you got the issue