limited-forest-26830
07/20/2023, 1:36 AMhttps://cdn.discordapp.com/attachments/1131399293597651065/1131399293723488346/Screenshot_2023-07-20_092503.png▾
https://cdn.discordapp.com/attachments/1131399293597651065/1131399293945774192/Screenshot_2023-07-20_092714.png▾
limited-forest-26830
07/20/2023, 3:07 AMhttps://cdn.discordapp.com/attachments/1131399293597651065/1131422186360553613/image.png▾
famous-zoo-73118
07/20/2023, 3:08 AM@diagnosis1
variable is an object with multiple properties. If for example you need to access the description of the diagnosis, you would need to use an expression (the one with curly {} brackets, rather than using the @ variable syntax), and access the .description
property, for example:
{{ workflow.diagnosis1.description }}
limited-forest-26830
07/20/2023, 3:08 AMlimited-forest-26830
07/20/2023, 3:09 AMfamous-zoo-73118
07/20/2023, 3:09 AMlimited-forest-26830
07/20/2023, 3:09 AMhttps://cdn.discordapp.com/attachments/1131399293597651065/1131422677702287441/image.png▾
limited-forest-26830
07/20/2023, 3:10 AMlimited-forest-26830
07/20/2023, 3:12 AMfamous-zoo-73118
07/20/2023, 3:12 AM1. {{ workflow.diagnosis1.diagnosis }} - {{ workflow.diagnosis1.probability + '%' }}
{{ workflow.diagnosis1.description }}
2. {{ workflow.diagnosis2.diagnosis }} - {{ workflow.diagnosis2.probability + '%' }}
{{ workflow.diagnosis2.description }}
3. {{ workflow.diagnosis3.diagnosis }} - {{ workflow.diagnosis3.probability + '%' }}
{{ workflow.diagnosis3.description }}
limited-forest-26830
07/20/2023, 3:12 AMlimited-forest-26830
07/20/2023, 3:12 AM