Hi all!
I have a user profile page in my app. If some of the inputs and data fields are empty – the button should appear as disabled (grey).
I’ve set a condition for this button where I mentioned all of the required fields values. White it works correctly now, I wonder if I did it the right way because the condition state looks now like a really long list of data fields.