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 Apps - Building Power Apps
Answered

Need help to run simple flow via power apps.

(0) ShareShare
ReportReport
Posted on by 516

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

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
    516 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
    516 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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Chiara Carbone – Community Spotlight

We are honored to recognize Chiara Carbone as our Community Spotlight for November…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 624 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 384 Super User 2025 Season 2

#3
developerAJ Profile Picture

developerAJ 246

Last 30 days Overall leaderboard