New algorithm for managing resources on shared plans

It would also be nice to get a guide, or just some guidelines, on which design choices impact speed.

For example, if I have a dozen elements that need to run the same search, is it better to have one hidden element run the search and then have the visible elements reference that hidden element’s value? Is there a difference between one action that changes a dozen fields and a dozen actions that change one field? Does it matter if a long list of changes are hard-coded into one or more workflows vs iterated over by an API workflow?

4 Likes