I am pretty new to PowerApps and have been working on a Model Driven Application (MDA). The question that I have is how do you set a default value in a MDA form (text field) only when you create a new record. I know how to do this in a canvas app but not sure in a MDA.
Solved! Go to Solution.
Hi @Montana
To set a default value, you would define a business rule. The documentation for this is here.
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/data-platform-create-business-rule
The trick is to add the condition 'created on' does not contain data. That's the condition that identifies a new record.
Hi @Montana
To set a default value, you would define a business rule. The documentation for this is here.
https://docs.microsoft.com/en-us/powerapps/maker/data-platform/data-platform-create-business-rule
The trick is to add the condition 'created on' does not contain data. That's the condition that identifies a new record.
Thanks for the information, this should point me in the right directions!
Check out new user group experience and if you are a leader please create your group
Did you miss the call?? Check out the Power Apps Community Call here!
See the latest Power Apps innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
253 | |
247 | |
85 | |
36 | |
31 |
User | Count |
---|---|
329 | |
261 | |
123 | |
68 | |
44 |