Forum Discussion

NoahOfArk1410's avatar
NoahOfArk1410
Copper Contributor
Sep 16, 2022

Add text prompt to Approval request

For the purposes of an approval request, I need 2 additional pieces of information from my approver in the form of a 4 digit and 5 digit code. I need a means of prompting for that information to insert into a Sharepoint list.

 

  • jonlake's avatar
    jonlake
    Iron Contributor

    Hi NoahOfArk1410 , I would recommend the use of an adaptive card. The codes would be submitted as an HTTP request triggering a Flow. I use the approach to capture multi-select items from adaptive cards and then to update corresponding items in a SharePoint list. A good tutorial on this method can be watched here: https://www.youtube.com/watch?v=ZiQ6tHGwNVg

Resources