One action for: "create a new XX" + (connect to thing) "make change to thing, XX = result of step 1"

For example: I have following data types Restaurant & Address. A Restaurant contains a field “Address” with data type “Address”. Address has different fields: Street, State, Country etc.

Every time I create an Address for a Restaurant I have to use 2 workflow actions (which can become messy sometimes).

  1. create an “Address” with all the necessary info.
  2. Make changes to “Restaurant” - Address = result of step1.

It would be nice to have 1 action call the let’s you create a let’s say “Address” for “Restaurant”.

Especially when you have a complex data structure that would help make workflows much more organized & simpler to use.