#Flow operation with multiple inputs?

7 messages · Page 1 of 1 (latest)

grim furnace
#

Is it possible to make a flow operation that has multiple inputs and one output?
Would be very useful in some scenarios.

(I know it should be possible by triggering another flow, but it kind of pollutes the flows list which can easily become very long already)

dry aspenBOT
#

Thanks for posting! This is a community powered server, so you may or may not get an answer based on available help and expertise. To increase your chances of somebody being able to help you, please help us help you making sure you:

  • Adding an explanation of exactly what you're trying to achieve.
  • Adding any and all related code or previous attempts.
  • Describing the exact issue or error you are facing.
  • Posting any screenshots if applicable.
  • Reading through https://stackoverflow.com/help/how-to-ask.

When you're done with this thread, please close it. Thanks! ✨

(If you have a support agreement and need help, please contact the core team via email.)

grim furnace
#

Flow operation with multiple inputs?

#

A simple use case would be:

  • if operation == items.create:
    • get title from body
    • call operation x1
  • else if operation == items.update
    • read title from payload or database if not set
    • call operation x1

operation x1: slugify the title

hollow topaz
#

Just one trigger for flows - it’s the same in most no code workflow builders

prime cave
#

i agree with @grim furnace we should be a ble to map multiple outputs into 1 input.
So you can connect multiple operations to one operation that follows.