Is there a way to hide specific Inputs/devices on the Authorization screen?

I want to show/hide some preference inputs on the Authorization screen based on the value of a property I set in the SmartApp’s private settings. What changes should I make in the preferences block to achieve this ?

You can do if/else statements in the preferences block. Just do a if/else statement based on the input of the app settings.

1 Like