Hi, hopefully someone can help me out with what (as a programmer) should be easy, but is something I cannot seem to figure out how to do.
I want to create an array with several hardcoded email addresses in it. I know that I could use the 'add item to list' action repeatedly, but this is laborious. What I'd like to do is effectively create an array in a similar way to Python, e.g.,
variableName = [value1, value2, value3.....]
Can this even be done in Power Automate Desktop?