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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Typewriter Effect in P...
Power Apps
Answered

Typewriter Effect in Power Apps Canvas App

(0) ShareShare
ReportReport
Posted on by 11

Hi,

I have integrated chatgpt in the canvas app using a custom connector and creating a collection of the responses. The collection is then utilized in the gallery control to display the responses. I want to add the typewriter effect in the response text. For this purpose, I am using a timer on the screen and updating the collection. The issue is all the previous responses also start typing again with the new response.

 

 

Left(ThisItem.content, varCharCouter) & " | ")

 

 

Please advise what I am doing wrong here.

 

 

 

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

    Hi @umairalam ,

     

    I assume the gallery's items property is :

    TableA

    You could set the label's text property to:

    If(
     Last(TableA).content=ThisItem.content,
     Left(ThisItem.content, varCharCouter) & " | "),
     ThisItem.content
    )

     

    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

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 386 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 361

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 339 Super User 2025 Season 2

Last 30 days Overall leaderboard