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
Solved! Go to Solution.
I solved this myself. I expected the Text input selection to be listed in a different section of the Compose > Dynamic content list, but it's actually listed with the selected item Dynamic content.
@rlengacher from the dynamic contents, you should see a "TaskType", if not, use the expression triggerBody()['text']
I solved this myself. I expected the Text input selection to be listed in a different section of the Compose > Dynamic content list, but it's actually listed with the selected item Dynamic content.
Thanks, @krootz I actually found it hiding in the Dynamic content list with the rest of the available inputs from the selected item. I expected it to be listed in different section.
I tried all kinds of triggerBody() permutations, including the one you suggested, but none of them worked.
@rlengacher great! glad you found it!
Use the search dynamic content next time, it will show where it is without you having to scroll and look for it.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Did you know that you could restore a deleted flow? Check out this helpful article.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
31 | |
31 | |
24 | |
24 | |
21 |
User | Count |
---|---|
64 | |
57 | |
43 | |
37 | |
29 |