Announcements
HI
I have a gallery - text box status, I like to auto input as In Progress if the Others have amount?
Do I put the text box visible as
If(Amtbox = Value(Amt.text), 'In progress") ???
Hi @bbsin ,
What is the Amtbox? Is it the status text input box?
If so, please try:
Set Default of the Amtbox:
If(Value(ThisItem.Amt.Text) > 0, "In progress", "")
Hope this helps.
Best regards,
Community Support Team _ Jeffer NiIf this post helps, then please consider Accept it as the solution to help the other members find it.
hi @v-jefferni
The status box in SP is a choice field. and it is inputbox in PowerApps.
Is it like that? it does not work. Thx
One of the most important points of problems or questions for SharePoint list is column types, things would change a lot when using People or Choice or other special column types. Please provide these important information when you have questions when data source is SP list.
As for your question, the formula should be:
If(Value(ThisItem.Amt.Text) > 0, LookUp(Choices(SPlist.Status),Value = "In progress").Value, Blank())
Hi @v-jefferni
Agreed. Thanks for the syntax, it works. 🙂
I have a question, as I have a flow for approval going back end, if I use this code. it look like it had hardcode the status.
I just want only when other hv amount to display as In Progress.. this is first time, when invoice amount is approved which is another box, it status will change auto from workflow.
@v-jefferni
I have a question
if I use this it is set as a fix it..
how to change the states to complete - as the status are link to a flow once approved expected for InterDept Charge and Purchase, I need it be change to complete when it have these two item and there a amount in invoice Amt. but not affecting the approval flow ..
the example status shld be complete as it's interDept charge with amount in the invoice box and complete box 1# should auto update as NA. Thanks.
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.
11manish 432 Super User 2026 Season 2
Mohsin Ali 347
WarrenBelz 254 Most Valuable Professional