Hi all,
I my power automate flow, i start off with powerapp v2.
the selection of fill are
when i run my powerapp at view report screen, it will show me error this error.
TESTExpenseflow.Run failed: The method 'Run' has an invalid value for parameter 'text_6'
in the powerapp setting part, there is no error.
my category is dropdown option in sharepoint list and in powerapp is dropdown box also.
other option such as billfromwhichcompany and typeofexpense are also dropdown but it did not prompt any error in the app itself.
how can i resolve this issue?
Solved! Go to Solution.
Hi @WeiMingLeong ,
I believe, You mentioned earlier it is a dropdown box and I suggested it accordingly.
If you are using a text box to capture the input please try
Value(TextInput1.Text)
Hi @WeiMingLeong ,
For dropdownbox, it should be Dropdown1.SelectedText.Value .
In your case , change it to LineItemgalleryCategorycontent.Selecttext.value
Please give me a Thumbs up if I answered your question and mark it as a solution to help others.
Thanks
Abhi
Hi @Abhilash_Swain ,
thank you for your reply. i am not able to find or get selecttext.value into the formula .
i am so sorry that i forgot to add that it is in a view report screen. so that the category it automatic shown base on the item record.
Hi @WeiMingLeong ,
I believe, You mentioned earlier it is a dropdown box and I suggested it accordingly.
If you are using a text box to capture the input please try
Value(TextInput1.Text)