How to pull a all data from a paginated HTTP REST API.
17th April 2025
I am trying to pull complete data from paginated HTTP API end point. I have created parameter to store limit value by hardcoding appending that value to API endpoint. Any …
Question
17th April 2025
I am trying to pull complete data from paginated HTTP API end point. I have created parameter to store limit value by hardcoding appending that value to API endpoint. Any …
17th April 2025
I want to get complete data from an HTTP Api end point whose structure looks like, { “count”: 500, “next”: “<end point of next page>”, …
17th April 2025
I’ve got the alarm details via engine.GetScriptParam(65006); But the returned object doesn’t seem to contain the parameter name. It does have the parameter ID. Because I’d like to compose a …
16th April 2025
hello Its posible deploy a proyect using the method of api without credencial considering that the request its do it by the agent it self? used to: protocols GQI Automation …
16th April 2025
We have a running Dataminer system with Cassandra and OpenSearch which is being stopped due to project being completed. However, the customer wants to maintain access to the data collected. …
16th April 2025
Hi DOJO, I’ve created a dashboard that includes a table, where selecting a row displays a trend graph for a corresponding parameter, see screenshot below: However, when I shared this …
16th April 2025
Hi all I’m currenlty face a situation where I want include in a alarm template few parameters, those alarms anyway have to be turned off based on the value of …
16th April 2025
There seems to be an issue with the Table Editor in DIS not recognising the delta option for columns in a table. For example the following test connector shows the …
16th April 2025
Hi, I’m running a script to connect a matrix crosspoint and my info event below is working as expected, but then the set isn’t working and I get the following …
16th April 2025
Hi Dojo Community, does anybody know if it is possible to search for multiple values within the same Table component in Low Code Apps using the same search query, e.g. …
16th April 2025
Hi there, I’ve created an AdHoc that queries data from a database. To perform this query, the AdHoc automation uses another precompiled automation (RepositoryLibrary), which handles the database connection and …
16th April 2025
I’m currently building an LCA which will trigger an adhoc datasource to fetch information based on a selection made in an table. I want the user to be able to …
16th April 2025
Hi everyone, I’m using a discreet parameter in my connector to display HTTP status codes. However, even though I’ve defined discreets for values like 200, 400, etc., the parameter still …
16th April 2025
Hello! Quick question (hopefully) I have 2 automation scripts, one that starts and the other one that stops elements. Stopping elements seems to be instantaneous however, starting the elements up …
16th April 2025
Hi dojo, we are using the “generic dynamic table” connector to store some individual information. Which value do I have to use to clear an existing cell value from the …