Welcome to the Make community!
To do this, you can use the built-in function:
- switch
{{ switch (expression; value1; result1; [value2; result2; ...]; [else]) }}
The function may have also been covered in the Make Academy tutorials — refer to the Make Academy Course Overview for more info.
Here’s an example of how you can use the function:
{{switch(1.Type; "a"; "37eb90beec50bfb0131c1d1045933053"; "b"; "719e689fcf19f3fe929e1a0b7ac7e069")}}
(copy-paste the above into the field, or type it exactly as shown)
Hope this helps! Let me know if there are any further questions or issues. P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!
— @samliew
