I have to implement a functionality where:
There is a table for my vendors with multiple line items, each line item has a Rating field which can be blank or some value.
SO when I click on the Vendor code, an overlay view opens.
Now on this view there is a button, clicking on which I need to perform different actions:
- If there is a rating for that vendor, then trigger an action flow. I have created the action flow but not the condition
- If there is no rating for that vendor, then open a message pop displaying a Text.
What I need help with is, how do I put a condition on the button to check if the rating exists or not and then open the message pop up.
Bros @Abhishek Chaturvedi
@Dipro Banerjee
Help! :)