Forum Discussion
adam123520
Dec 22, 2022Copper Contributor
Attach a submitted MS Form to an approval process
Hi I am creating an approval process for a submitted MS Form. Can I attach the submitted form for a manager to review before approving or rejecting.....I used one of the templates but cant seem t...
jonlake
Dec 23, 2022Iron Contributor
Hi adam123520 , you can insert the submitted data into an adaptive card. Here is a very useful guide to doing just that. If you want more than a few elements from the submission inserted then I recommend using a compose action.
You can't insert the Form and data as it would have appeared to the person submitting it. The Form is a temporary UI for data capture, and beyond that it's just blocks of data.
One thing to be aware of when handling Form data in a Flow is that all submitted data, even if you have specifically stated that the field is a number, is interpreted as text. You may need to do a little post-processing using expressions if you need data injected into non-text based fields in a list or Spreadsheet etc.
adam123520
Dec 23, 2022Copper Contributor
jonlake ...much appreciate your insight...will give this a go....have a great time over the festive period!!