Hi Experts,
I have connected my PowerApp with an API end point via PoweraAutomate workflow.
The user workflow is as follow (the screen has a editable form backedn is sharepoint list)
1. User enters an ID in the first cell of the form
2. Clicks on the autofill button after that and the remaining fields are automatically populated based on the update context call which goes when the button is pressed.
I want to remove the button for the updatecontext piece but instead want that once the user completes step 1 and tabs out of the cell or go to other cell, the same action of calling the powerautomate workflow should trigger.
So instead of a button click, just tabbing out of the cell after the value is entered.
Appreciate the suggestions.