Forum Discussion
error in run
Hi @abhishekk3 ,
I cannot see your data or Flow, but it appears there are red lines under the .Value of a number of SelectedItems. This would suggest if you are wanting to send Text (not a Table), you need .Selected.Value (and also .Value may be different depending on the Items of the combo boxes. I assume from writing the Flow, you would know what data types you need to send.
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
- Syndicate_Admin4 years agoAdministrator
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?
- Syndicate_Admin4 years agoAdministrator
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