Announcements
Hello everyone,
I would like to ask if is it possible to update a power apps textinput field using power automate without pressing a button?
Scenario:
- I have an input field which status is from a SP List, if the status is "completed" based on SP list data. I would like to automatically reflect that in the input field which is in power apps.
Is this possible?
Hi @YamiteKudasai
Is there any reason why you cannot connect your SPO list to the app? - If you do this, that will then allow you to achieve the desired result directly in the app.
Hi @AmDev , Actually I can do that.But the scenario is. Example I have 2 list. 1st SP Plist is named 'Request List' - contains id and request_status
2nd SP List is named planview - contains id, status
What I plan to do is get the data from 2nd sp list and save it in a collection in power apps. I think, in that case I will have the textinput status value.
Now the next thing to be done is when ever the value of that textinput is completed the request status of 1st sp list should also update without clicking a button using power automate. is that possible?
Hi @YamiteKudasai - where does the user change the status to 'completed'? - is this just in the app or is it updated outside the app directly in the SPO list?
The reason I ask is, if that change to 'completed' only ever happens in the app - you will be able to achieve what you want directly in Power Apps (i.e. when user selects 'completed' in list 2, the app will save this data to list 1 also)
However, if the status changes to 'completed' outside the app directly on list 2 and you want an instant update to list 1, this would require Power automate.
Both approaches are possible.
The txtinput value which is "completed" is from a sp list 1.
if sp 1 has completed value based on id the sp list 2 status should be 'delivery complete' for example
That's fine, anything can be written to list 2.
With regards my question - where does the user change the status to 'completed'? - is this in the app or is it updated outside the app directly in the SPO list?
It is outside the app directly in the SPO list
Hi @YamiteKudasai ,
You could use Timer control to repeat a formula.
For example:
Set(Var,First(LIST193).Title);Refresh(LIST193);Set(Var2,First(LIST193).Title);If(Var<>Var2,Set(Var3,Var3+1))
If I directly update the Titele Column in the SPO list, Var3 will increase by 1.
Best Regards,
Wearsky
Hi @YamiteKudasai - sorry for the delay.
If the status is updated in the SPO list and you want an automated instant update / syncing between the two lists, you will need to use Power Automate and you can follow these steps:
Hopefully this is still of use and my understanding of your requirements from the above thread is correct. let me know if you have any queries on the above.
Good luck!
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 392 Most Valuable Professional
11manish 181 Super User 2026 Season 2
MS.Ragavendar 112 Super User 2026 Season 2