I would like to enter values for a few fields and lock the value of these for future form entries.
For example, if I have 10 fields on my form, I would like to fill out the first 3 fields (dropdown lists) and check a box to "lock" these values for the first 3 fields.
After submitting the form, I want the next blank edit form to have the "locked values" in the first 3 fields (dropdown lists).
I've been trying this formula in the first field dropdown item property, with no success:
If(Checkbox1.Value=true,Last(Table1).namc,(Distinct(Table1_1,NAMC))
Table 1 is my main data table and all form submission update this table. Table 1 has a column named namc. I'm trying to lookup the last record for this table and use the namc value as the default in the new edit form field in the if condition.
Table 1_1 has a column named NAMC. It's just a list of names that will be the default items for the Dropdown in the else/if condition
Any ideas how to lock in default values for subsequent form entries?
Thank you, in advance.
I don;t think it is possible to achieve.
I am relatively new to Power Apps, but couldn't you simply set 3 variables when the box is checked and set them to Blank() if the box is unchecked. On any subsequent forms, you could default those 3 fields to the values saved in the variables.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
183 | |
46 | |
46 | |
34 | |
33 |
User | Count |
---|---|
254 | |
83 | |
78 | |
67 | |
66 |