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).
- create an “Address” with all the necessary info.
- 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.