Benny Keyaerts 0 Posted January 9, 2017 Hello, I've already learned a lot by reading your topics but this is something I can not find. I have a rectangle and want to have the possibility to change its colour to green when the priority is 'low', orange when the priority is 'medium' and red when the priority is 'urgent'. I can change the colour with the If node when I want to change between two colours but how can I change between the three? The test is always a boolean so I can not choose from a list. Is this possible? Thanks in advance for your help. Quote Share this post Link to post
Oachl Kini 6 Posted January 9, 2017 This is possible, but it is a bit tricky using Marionette. And I wouldn't use the If Node, I found it to be rarely helpful. In this case I would use Get Item - I made a short example with a radio button :-) Change color.vwx 2 Quote Share this post Link to post
Benny Keyaerts 0 Posted January 9, 2017 Thanks. This is exactly what I needed. Quote Share this post Link to post
sbarrett 217 Posted January 9, 2017 Oachl Kini's answer works great, but for future reference (and if the one or more of the different outputs is in list format) here is how you can do it with the If node. 3ChoiceIfStatement.vwx 1 Quote Share this post Link to post
Benny Keyaerts 0 Posted January 12, 2017 Ok, this works as well but I will be using Oachl Kini's way. Its more transparent and it leaves more room for extra colours. Thanks a lot. Amazing how quickly you get an answer on this forum! Quote Share this post Link to post