Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

Prompt a user to enter data mid-flow

(0) ShareShare
ReportReport
Posted on by 85

Hello,

 

I have a flow that is triggered whenever a new Forms answer is submitted. The flow then collects the answers and writes them to a SP list and informs a responsible employee that there's a new request.

 

Now I need this employee to submit another information to this Form answer / or rather the SP list line (assigned request number from another system).

 

I thought I could go with Approvals but I guess there's no way to create a text field instead of buttons, right?

 

Do you have any idea how to deal with this?

 

Thank you

  • JanDras Profile Picture
    85 on at
    Re: Prompt a user to enter data mid-flow

    That's actually awesome, thank you!

  • Verified answer
    v-bofeng-msft Profile Picture
    on at
    Re: Prompt a user to enter data mid-flow

    Hi @JanDras ,

    You might consider using adaptive cards to collect user feedback. I've made a test for your reference:

    1\My flow:

    vbofengmsft_1-1706175504045.png

    {
     "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
     "type": "AdaptiveCard",
     "version": "1.4",
     "body": [
     {
     "type": "TextBlock",
     "size": "Medium",
     "weight": "Bolder",
     "text": " ${ApplicationInfo.title}",
     "horizontalAlignment": "Center",
     "wrap": true,
     "style": "heading"
     },
     {
     "type": "Input.Text",
     "id": "UserVal",
     "label": "TextInput",
     "isRequired": true,
     "errorMessage": "info is required"
     }
     ],
     "actions": [
     {
     "type": "Action.Submit",
     "title": "Submit",
     "data": {
     "id": "LoginVal"
     }
     }
     ]
    }

    Result:

    vbofengmsft_2-1706175597046.png

    vbofengmsft_0-1706175479519.png

    Best Regards,

    Bof

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard >