anmanzano Posted September 12, 2019 Share Posted September 12, 2019 Hi, I'm working on an airport simulation, this is my first simulation, i have a transfer node that has one income link and two output links, so I would like to know if there is a way that depending on certain Entinty's boolean state variable, whe passing throught the tranfer node if the state is true set and specific outbound link and if it is false then set the outbound link rule by link weight. Link to comment Share on other sites More sharing options...
GFurtado Posted September 16, 2019 Share Posted September 16, 2019 Set Output Link Rule property of your node to By Link Weight. Then set Selection Weight property of your links to Entity.State and 1-Entity.State. This means that when Entity.State = 1 (True), one link weight will be 1 and the other 0, and vice-versa when Entity.State = 0 (False). Check the attached model for reference. ByLinkWeight.spfx Link to comment Share on other sites More sharing options...
Recommended Posts