Forum Discussion
error in run
Thank you Sir for your Valuable Suggestion. It help me to resolve the issue. But Now while submitting following issue happens. Can you guide me to resolve the same?
code:
newflow.Run(Userid1.Text, operator1.Text, authentication1.Selected.Value, newlimit1.Selected.Value, date1.SelectedDate, branch1.Selected.Value, Value(accountno1.Text), facility1.Selected.Value, Value(mobile1.Text))
here mobile no and account no are in number format so passing the same to the output used value() function. no error message after writing the above code. But while running error occurring "the method run has an invalid value for the parameter text" How to resolve this?
If it is expecting Text, just drop the Value() from around it.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps