Hi,
I’m working on a custom flow action and want to provide a custom configuration page following this Build the configuration UI, I have a couple questions:
- Is there a way to get the preview trigger to show at the top of the fields in the flow editor? It shows at the bottom which isn’t ideal for a flow that has a lot of fields
- Is there a way to add the “Add a variable” functionality to a form inside the custom configuration page so users can map flow variables to them? Seems very limited if that can only be done in the main flow editor. I essentially need to use the custom configuration page to load an api resource that contains a list of fields, which I then want the user to be able to map fields to like in the normal flow editor
Hello,
Is there a way to get the preview trigger to show at the top of the fields in the flow editor? It shows at the bottom which isn’t ideal for a flow that has a lot of fields
No, unfortunately the UI order will currently always show the preview button below fields.
Is there a way to add the “Add a variable” functionality to a form inside the custom configuration page so users can map flow variables to them? Seems very limited if that can only be done in the main flow editor. I essentially need to use the custom configuration page to load an api resource that contains a list of fields, which I then want the user to be able to map fields to like in the normal flow editor
Unfortunately that is also not currently possible. Values can only be passed through as config field values to the Custom Configuration Page.