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
)
