I have a button in app builder configured to invoke a API data service that returns multiple parameters. I am trying to take those returned parameters and display them in multiple textboxes. So far the only option I have come across is to create multiple button onclick events to update multiple text boxes. The problem with that approach is it calls the API several times. Is there a way to just execute the API call once and then populate the textboxes after the button onclick event?
For e.g. Instead of 3 just 1?
