Hi guys,
how can i make and app when the user enter his/job title, then the result must be according to their job title and every job title must appear with different color in result , please help me ?
Hey @3e76046475ab4c!
This sounds like a pretty standard use of the if then else
blocks. i.e. if job = Wizard then colour = purple; if job = Archer then colour = green. etc
How does that sound?