Visibility of button

Hi ,

Is it possible to provide control on visibility of buttons on data?

Hey @Ashish29 -

Right not this isn’t natively possible with the button widget, but there is a feature request in to make more button properties accessible from the trigger editor. There are a few approaches that can achieve the same behavior:

  1. Custom widgets is a feature that enables you to extend the functionality of the current button. check out this (Disable and hide Input Widgets - #12 by Pete_Hartnett) thread where I walk through exactly this usecase, and share a finished widget you can use in your app
  2. Another approach is to dynamically change the color of the button to transparent. @gio covers that here (Hide button on Steps, click on print button - #6 by ChrisF)

Hope this helps,
Pete