I created a Microsoft Form that has branching options based on four training options and the quarters of the year.
The quarters of the year being January through March, April through June, July through September, and October through December.
If someone wants to do training during the first quarter, January through March, they cannot do any of the other training during that quarter. They are presented with a branching option to select a different quarter for the next set of training.
For example: User selects Q1 for training and gets presented with Q2, Q3, and Q4 for the next set of training.
Because it is branching, there are different options presented based on the initial quarter selected. If they select Q3 as the first choice, they are then presented with Q1, Q2, and Q4. This branching continues until they are complete.
The problem I'm running into is, when the information posts in Excel, it only shows the first choice they selected, because it is the only one that only has one list of choices, and no branches. All the other choices are based on branches and that appears to be why they don't populate the fields.
Therefore, I'm trying to figure out how to look across the different options across the branches to pull the selected choice and place it in the Excel field.
I was thinking it would be a "select" option with a key of the excel field and the value from the choice inputs, but I'm not exactly sure how to figure that out.
Any assistance on this would be greatly appreciated. I'm very new in the use of Power Automate, and I have been searching like crazy and watching a lot of YouTube videos trying to figure this out.