i getting data object from api call now how can set these data in params to display
Chirangee lal Verma [DevOps Advocate] Selected answer as best 26th September 2024
Hi,
As already mentioned, in a QAction you will need to process the response (JSON or XML), extract the data you need and set it in parameters.
In the following link you can find a guide on how to do this:
How to handle XML and JSON data in QActions | DataMiner Docs
Daniela Prada [SLC] [DevOps Advocate] Posted new comment 26th September 2024
In the following link you can find more info on QActions, in the subsection there are some examples.
https://docs.dataminer.services/develop/devguide/Connector/LogicQActions.html
could you plz share more resources to practice Qaction, about how call them and work flow