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 : 9rkKk8B5+0tOVOjI6GcXLf
Power Apps - Building Power Apps
Unanswered

Struggle with power apps with the french syntax (colon/semi colon)

Like (0) ShareShare
ReportReport
Posted on 1 Oct 2020 14:38:29 by 4

Hi folks , maybe you can help me .

I struggle with the syntax of my chatbot πŸ™‚ I have a button wich send the content of TextInput and retreive the response for a flow , then insert the question and the response inside the a collection name collection1 and display then

 

Collect( Bot;(TextInput1.Text);(FAQBOT.Run(TextInput1.Text).reponse))

 

the flow response is

 

{ "reponse": "blablabla", "jeton": "0" }

 

The display in a gallery  is ok but when I look into my collection jeton and reponse field are empty , everything  goes to value instead. what is the correct syntax to populate the field of the collection ?? ( I follow tutorials but the french syntax of collect  is different than the english one )? thanks in advance

I have the same question (0)
  • RandyHayes Profile Picture
    76,289 Super User 2024 Season 1 on 01 Oct 2020 at 14:49:08
    Re: Struggle with power apps with the french syntax (colon/semi colon)

    @demipoulpe 

    Please consider changing your Formula to the following:

    Collect( Bot;
     Patch({Value:TextInput1.Text}; {FAQBOT.Run(TextInput1.Text).reponse})
    )

    See if that produces the results you would like.

     

    I hope this is helpful for 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

Responsible AI policies

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

Tom Macfarlan – Community Spotlight

We are honored to recognize Tom Macfarlan as our Community Spotlight for October…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 831 Most Valuable Professional

#2
developerAJ Profile Picture

developerAJ 576

#3
Michael E. Gernaey Profile Picture

Michael E. Gernaey 335 Super User 2025 Season 2

Last 30 days Overall leaderboard