Button Visibility

0
Hi, I want to show button only when related data is not present in the database and if data is present then it should not be visible. If anyone has solution for it please let me know.
asked
2 answers
1

HI,

     Create a datasource microflow, retrieve the required data from db. Have a boolean to show the conditional visibility for the button. check if data is empty , set boolean to true else false. Thanks

answered
0

Hi Swaranjali,

In this case you can set one boolean variable for checking if data is available or not.

And use microflow as suggested by Deepha, retrieve data, check condition for data availability if true you can show it to user.

See documentation : https://docs.mendix.com/refguide7/conditions

If my answer is helpful, please mark it as accepted. Thank you.

answered