i getting data object from api call now how can set these data in params to display
Hi,
You will need to create a QAction that triggers on change of the API response parameter, which will contain the necessary C# code to parse the object (response) and sets the relevant parameters.
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
could you plz share more resources to practice Qaction, about how call them and work flow
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
any resources for that