Can I trigger an action flow for a specific component, from another component?
Clarifying: Bubble has the concept of "workflows", which are defined per-page. You can create a custom workflow and trigger it from any component or event on the page.
Does FF have something similar? The idea is to avoid duplicating a certain action chain on several other places.
A concrete example: I have a "on submit" action for an input box, and a "send" button nearby which should run the same "on submit" action chain when it is tapped.
I know we have custom actions, but to be honest I feel it is underdocumented and I struggle a lot trying to do anything with them.
Thank you.