Hi,
im new to powerapps and trtying to do the following:
second question can i do seperate form for each mode? new and edit?
thanks in advance.
Solved! Go to Solution.
For the first question, this can be realised quite easily:
For the second question you find good information here: https://powerapps.microsoft.com/en-us/blog/separate-custom-forms/
Hey @Perez
To configure this, you can update the configuration as:
See More Button -> OnSelect -> Set(ShowFields, true)
Screen -> OnVisible -> Set(ShowFields,false)
Form ->
First Two Data Cards -> If (FormName.Mode <> FormMode.New, true, false)
Rest of the DataCards -> If (FormName.Mode <> FormMode.New && ShowFields = true, true, false)
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
For the first question, this can be realised quite easily:
For the second question you find good information here: https://powerapps.microsoft.com/en-us/blog/separate-custom-forms/
@FrederikBroux , thanks a lot manage to imlement both suggestions!!
marked it a s solution.
@yashag2255 , didnt have a chance to check it, thanks.
User | Count |
---|---|
121 | |
88 | |
88 | |
75 | |
66 |
User | Count |
---|---|
215 | |
180 | |
138 | |
96 | |
82 |