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

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Need help to run simpl...
Power Apps
Unanswered

Need help to run simple flow via power apps.

(0) ShareShare
ReportReport
Posted on by 566

Hi,

i need to run a simple flow which stores two text values on a sharepoint list.

Capture1.JPG

Capture2.JPG

My formula below does not work:

ArchivesBVEXP.Run({title:"text1";{description:"text2"}})

Please help me to rectify.

 

Thank you

Categories:
I have the same question (0)
  • Yogesh Murugan Profile Picture
    443 Moderator on at
    Re: Need help to run simple flow via power apps.

    Try this

    YogeshMurugn_0-1709038248034.png

     

    SampleFlow.Run("Text","Desscriptom")

     

    Your code just Modify 

     

    ArchivesBVEXP.Run("text1","text2")

    You give Datas with Column name like {"Title","discrtiption"}

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. , please consider giving it Thumbs Up.

     

  • Sormick Profile Picture
    566 on at
    Re: Need help to run simple flow via power apps.

    Please find the code i have.

     

     "type": "Request",
     "kind": "PowerAppV2",
     "inputs": {
     "schema": {
     "type": "object",
     "properties": {
     "text": {
     "title": "Entrée",
     "type": "string",
     "x-ms-dynamically-added": true,
     "description": "Tapez votre entrée",
     "x-ms-content-hint": "TEXT"
     }
     },
     "required": [
     "text"
     ]
     }
     },
     "metadata": {
     "operationMetadataId": "....."
     }

     

    The test mode for this flow works correctlty but did not managed to run this flow on power app

  • Yogesh Murugan Profile Picture
    443 Moderator on at
    Re: Need help to run simple flow via power apps.

    Hi @Sormick 

    Yours Peek code is correct you get input one value "Text" 

    How many Fileds did you want create 

    if you need some extra fileds to add this area

    YogeshMurugn_1-1709039982906.png

    {
     "kind": "PowerAppV2",
     "inputs": {
     "schema": {
     "type": "object",
     "properties": {
     "text": {
     "title": "Title",
     "type": "string",
     "x-ms-dynamically-added": true,
     "description": "Please enter your input",
     "x-ms-content-hint": "TEXT"
     },
     "text_1": {
     "title": "Discription",
     "type": "string",
     "x-ms-dynamically-added": true,
     "description": "Please enter your input",
     "x-ms-content-hint": "TEXT"
     }
     },
     "required": [
     "text",
     "text_1"
     ]
     }
     },
     "metadata": {
     "operationMetadataId": "**********************"
     }
    }

     

     

     

  • Sormick Profile Picture
    566 on at
    Re: Need help to run simple flow via power apps.

    Sorry i am a novice. Still does not work with this formula:

    ArchivesBVEXP.Run("text1","text2")

    I woul like to create mutiple fiels but first i need to understand how it works.

  • Verified answer
    Yogesh Murugan Profile Picture
    443 Moderator on at
    Re: Need help to run simple flow via power apps.
    ArchivesBVEXP.Run("text1")

    try this code in powerautomate 

    YogeshMurugn_0-1709040383069.png

    To give that value into Create item filed

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 757 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 322 Super User 2025 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 209 Super User 2025 Season 2

Last 30 days Overall leaderboard