Hello All,
I am trying to do the below.
v_name_category:Filter('Category list', CategoryCode = category.Text).category
Filtering Sharepoint list "Category list' and assining the value in category column to the variable. Category column has unique value, will return one value.
I am passing v_name_category variable to the nextscreen. When i am assigning the variable to textbox in next screen, i am getting error "The property expects Text values, but this rule produces incompatiable table values".
Thanks for your help !!