Today I got an error that I’ve reached the api call limit from calling from UiPath data service entity as below screenshot
I’m not happy at all with this as I have just started out and my app is not yet even public. The limit is too low which makes it unreliable to store information. Is there an alternative in fetching from an external cloud database?
But I’m not querying any values from studio. I have the an entity and 2 columns added as a list source from 2 input control fields of my web app. Whenever I preview the page that contains the list source that is fetched from that entity, it counts it as a call. I wasn’t aware that there are set limitations.
Let’s suppose I have a single dropdown input control that has the following list values: Product 1, Product 2, Product 3. In a second multiselect dropdown condition with label called Condition, I have a list values of values as such =[“New”, “Used”, “Refurbished”]. I want that if Product 1 is selected, then only “New” will appear, and for instance if Product 2 is selected, then “Used” and “Refurbished” only will appear. Hope I get it more clearly.