Hello all! New Power Automate user, and 365 novice in general.
I have created a workflow to populate a Word template from an MS Form submission. The flow includes a switch to determine which of 6 templates will be populated (based on the state selected in the form), and in testing, everything works: testing for each of the six cases selects the appropriate template and generates a file with the correct name and along the correct path. However, only one case produces a valid populated Word document; the others are 4 byte files that either do no open or, if they do open, contain the content "null."
I noticed that this template is the one associated with he first case in the switch, so I changed the order of the cases, and it turns out that the workflow is only generating a valid document for whichever case happens to be the first in the switch, and I do not know how to proceed from here.
Please explain in the simplest terms possible, please -not a coder here- and thanks in advance!