
Announcements
Hello,
I'm trying to get a button to navigate and run a flow at the same time, Im very new to coding in flow and I can't figure out why this is giving me an invalid number of arguments error.
Navigate('Submit successful');SmartHolidayrequestFlow.Run(RequestForm)
This is most likely a very simple fix and I am just missing something basic.
HI @MGibbons,
From the looks of it you are trying to send a form control as a parameter to the flow, but that won't work. Can you please share what parameter(s) the flow requires and where in your app this information should come from?