I have a SharePoint flow starting with a For a selected item trigger with a text input containing a drop-down list of inputs. I would like to capture the user's selection from that list to compose a string, but I've been unsuccessful. I've tried the following expression based on the Peek Code for the trigger (shown below), but it's not working. What expression should I use in Compose to capture text input selection as an output?
'triggerBody()['TaskType']'
The beginning of my flow

