Display a message box without interrupting the flow

I want to show a message box (including a directus file download link) within a flow.

How can I implement this requirement?

I don’t think there’s a way of doing this currently. I have some Flows that create files, but I normally just add the file to a "Files" field in the relevant collection so the user can download it once the flow has finished running.

2 Answers

2

There’s indeed currently no way to display a custom message while a flow is running. I’ve jotted down your question on our feature request on this topic. Thanks! :slight_smile:

Thank you very much for your assessment, Burvs!