I need to write an Office Script for a Power Automate process...does anyone know if it is possible to use a switch case.
For example:
switch (number)
{
case 1:
Do something
case 2:
Do something
}
Because it allows me to do it...but it it appears to be stopping at every case even though the number does not match that case number??
Mark

Report
All responses (
Answers (