web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Prompt a user to enter...
Power Automate
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

Categories:
I have the same question (0)
  • Verified answer
    v-bofeng-msft Profile Picture
    Microsoft Employee on at

    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

     

  • JanDras Profile Picture
    85 on at

    That's actually awesome, thank you!

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 247 Super User 2026 Season 2

#2
11manish Profile Picture

11manish 164 Super User 2026 Season 2

#3
trice602 Profile Picture

trice602 138 Super User 2026 Season 2

Last 30 days Overall leaderboard