Mission: VISIBILITY
Task: Visibility with logic
Hello, my “visibility with logic” task is not validating. The buttons work like they are supposed to and the colors are all correct. Could someone help me validate the task? I have gone through the steps multiple times already.
My app ID is C662703E-D3FA-65EC-FF53-F69BEA1C7200
Hi Marcela,
I think the issue is that the data binding property value for the Visibility Logic
of the image has an extra space character in it:
The same problem occurs in the Codeless logic for the buttons:
While this will work (because the property name is the same everywhere), it prevents it from getting validated (because the validation logic expects to find showImage
without the space.
Regards,
Mark
That was it, thank you so much!