I am using a REST service to fill information inside a template page. Basically, I duplicate the page, put the ID into a field, and it auto fills in the page. However, not all IDs have all the fields defined. As of now, that means that I get buttons that display "undefined" as the final result.
Is there something in the Appery documentation that allows you to change a button from visible to invisible? I plan on using an if/else statement. If the REST service returns "undefined", then I want to tell the object to no longer be visible.