Hi Everyone,
I have a simple requirement for a project tracking app I'm working on. The app has a [Projects] table with the following columns:
I've added an action button that allows users to change the [Status] of a project. When a user presses this button, a pop-up appears where they can choose the desired status without editing the entire project.
I want to add conditional inputs based on the new status chosen by the user. For example:
How can I implement this functionality?
I'm also open to alternative approaches, such as using automations or other tools. Essentially, I need a way to capture additional inputs from users when a specific data change occurs.
Thanks in advance for your help!
Solved! Go to Solution.
First Create two fields for Cancel Reason and Approved Budget. Then Create a Form View based on your Project Table and Add Status, Cancel Reason, Approved Budget Columns in Column Order. Then in Project Table Put the Formula in Show IF for Cancel Reason and Approved Budget like Status=Cancelled then Show Cancel Reason field or Status= Approved then show Approved Budget field. Once you done all these things then Create Action for Open a form View and select the form which you have create and try to use that action.
User | Count |
---|---|
17 | |
11 | |
7 | |
4 | |
3 |