I have a table Called Vendors... in that I have 2 Columns.
1. Vendor Name
2 Vendor Initials
User submits the request selecting the Vendor name > I am reading the Vendor Name from the request...created a Variable called VuserVendor
Now I wanted to create a flow like this > If VuserVendor = VendorName ( this is list reading from the Table)
If above condition is true.. I wanted to Retrive the Vendor Intials of that Vendor Name.. Example if vendor name is 7 Signal wanted to retrive 7S
I have created a flow but it is not working as expected. Need your help and suggestions on the same
Hi @Allabasha ,
Do you want to retrieve the value of column Vendor Intials based on the value of column Vendor Name?
Based on your description, I have made a simple test for your reference.
This is table for test:
This is my flow:
We can use the Filter rows in the advanced options of the List rows action to get the record, just as follows.
Note that the column name must be Logical name.
Result:
Best regards,