Permanently reveal hidden flows?

Permanently reveal hidden flows?

Comments

  • Is there a way permanently unhide hidden flows within a designer folder?

  • Yes, this is possible by running an SQL Query followed by an SHM restart to ensure the flow is viewable in Studio.

    Unhide Flow Query:

    update element_registration
    set hidden = 0
    where component_registration_id = [Flow ID]

  • Thank you, Cameron. This is a big help

Sign In or Register to comment.