Permanently reveal hidden flows?
Comments
-
Is there a way permanently unhide hidden flows within a designer folder?
0 -
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]0 -
Thank you, Cameron. This is a big help
0