Dear Members,
I have a flow wit PowerApps trigger and I'm using custom form for user inputs. The flow starts if Submit button is being pressed by user. The problem is that standard Save button can not be eliminated and this confuses users. If they press save then Submit button dissapears and the only way is to recreate application. My question is how I can avoid disabling Submit button if saved is pressed?
Button action is shown below.
If(
RFSSnewform.Valid,
DisplayMode.Edit,
DisplayMode.Disabled
)
Solved! Go to Solution.
Hi @nikitamobile85 ,
You could delete the formula in the standard button.
Now, If users click on the standart button, nothing will happen.
Best Regards,
Wearsky
Hi @nikitamobile85 ,
You could delete the formula in the standard button.
Now, If users click on the standart button, nothing will happen.
Best Regards,
Wearsky
Thank you!
User | Count |
---|---|
157 | |
93 | |
80 | |
74 | |
57 |
User | Count |
---|---|
202 | |
166 | |
98 | |
94 | |
79 |