@Jordan96,
When you say "...at this point i can only get one or the other to load." I am assuming that the form is initializing.
1) Add a "State" the the form rules that occurs only when the form is opened in the workflow step manager task.
2) Edit the "When form initializes" rule.
3) add additional smartobject calls inside that rule
Thanks and regards,
Chad

I tried putting the 2 rules in when the admin state initialises.
It seems to be using the item reference for the smart object and it only lets me drag in one. Which is why Can only load one smartobject.
I tried using no Item reference but that then loaded none of them.
To add more detail I guess what I am looking for is how load a smartobjects into the manager state without the use of item references as that seems to be the only way I can load them.
Jordan96, did you ever find an answer to this?
This may be possible by calling the SmartObject directly from the Form State Rules, using either the applicable actions:
- Execute a View method
- Execute a SmartObject
However the context of this call will need to be considered.
Usually if using the item reference, it will return the associating item/SmartObject data that the workflow is running with. If these SmartObjects are executed are from the Form State Rules instead, you will likely need to pass in some sort of ID so that the corresponding data can be loaded. Perhaps usage of Form Parameter and transferring this between the Form State and workflow will likely be needed.