Chat System In Powerapps Gallery | Simplify your IT Helpdesk Management

  Рет қаралды 3,485

Power Platform Simplified

Power Platform Simplified

Күн бұрын

In this beginner-friendly guide, I’ll walk you through designing a chat system in PowerApps gallery.
Download the app and flow from github:
github.com/swa...
How to import the flow and .msapp file:
• PowerApps Chat app - I...
You need to setup a SharePoint list on your side and then connect it to PowerApps, otherwise you will not see any data in PowerApps. Here are list columns you need to create:
Field Name | Data Type
--------------------- | -----------------------
Title | Single line of text (Default)
Ticket ID | Single line of text
Priority | Choice
Status | Choice
Description | Multiple lines of text
Category | Choice
📱 Follow me on social media:
LinkedIn: / swaminawale
GitHub: github.com/swa...
Blogs: swaminawale.com/
💖Sharing is Caring
Subscribe for more content & 🔔 Don't forget to hit the bell icon to get notified about new videos!

Пікірлер: 28
@naveendas9173
@naveendas9173 23 күн бұрын
Lovely work. Thank you.
@PowerPlatformSimplified
@PowerPlatformSimplified 23 күн бұрын
Thanks 😊
@703_Tech_Solutions
@703_Tech_Solutions 6 ай бұрын
This is great …great work my friend.. 👍
@mayurkulkarni2829
@mayurkulkarni2829 6 ай бұрын
Great work! Thanks for the video.
@savagebabajide8822
@savagebabajide8822 6 ай бұрын
Great work my friend
@vigneshravi6025
@vigneshravi6025 6 ай бұрын
Good job
@Shifu_Ali
@Shifu_Ali 5 ай бұрын
Bro, I was dying to know this feature ... thanks a lot 🙏❤️
@PowerPlatformSimplified
@PowerPlatformSimplified 5 ай бұрын
You're Welcome 😉
@saanisirajulhaque375
@saanisirajulhaque375 6 ай бұрын
This is great work
@andibr7105
@andibr7105 5 ай бұрын
I will try..😊
@digiboosterbynikolina
@digiboosterbynikolina 6 ай бұрын
Niiiiice
@PowerPlatformSimplified
@PowerPlatformSimplified 6 ай бұрын
Thanks!
@mridvikamalebennur2109
@mridvikamalebennur2109 3 ай бұрын
Hi there! Thank you so much for the video! I had a question. I am trying to follow the same power automate code in the get list item section and for the "Apply for each" section, the author.email, text, and createdDate dynamic content does not show up for me. Any suggestions for solutions?
@PowerPlatformSimplified
@PowerPlatformSimplified 3 ай бұрын
You can write them manually. here's the code { "commentBy": "@{items('Apply_to_each')?['author']?['email']}", "commentText": "@{items('Apply_to_each')?['text']}", "createdDate": "@{item()?['createdDate']}" }
@TanyaMaak
@TanyaMaak 2 ай бұрын
Hello, thank you for the great video!! Can you clarify what code you added in the JSON viewer initially to see the metadata (author, created date)? I was trying to see how I can replicate that in case I want to add other fields in the metadata to my app.
@PowerPlatformSimplified
@PowerPlatformSimplified 2 ай бұрын
Thanks 😊 I used the 'Send HTTP request to SharePoint' action, and the response I received from this action is what I was showing in the JSON viewer. Just FYI, if you want to display other metadata in your app, make sure to handle null/blank conditions in your flow/app. Because sometimes you'll encounter an error like 'value is null' or 'value is not expected,' etc. I haven't done this with other metadata, that's why I thought these issues might came.
@silumkomagwa389
@silumkomagwa389 6 ай бұрын
Hi Swami, I hope you are well. Great work indeed with the App. This is amazing. I struggled to import the app. Received this error, "Something went wrong. Please try again later." I tried to import both the package and MSAPP file. Can you assist with a solution?
@PowerPlatformSimplified
@PowerPlatformSimplified 6 ай бұрын
Hi, I tried to import flow and .msapp file in another tenant and it is working. FYI, this is not a solution and, If you are getting error in powerapps is because SharePoint list is not connected. I created a quick video to show you the import process please check and let me know if you still facing the issue. kzbin.info/www/bejne/pZOQgp2ajNKibLc
@silumkomagwa389
@silumkomagwa389 6 ай бұрын
​@@PowerPlatformSimplified​, Thank you Swami it worked. This concept would be even more awesome with some user role login. I appreciate the content. I think youtube.com/@RezaDorrani would be proud to see this video because we spoke about this in one of his previous sessions.
@PowerPlatformSimplified
@PowerPlatformSimplified 6 ай бұрын
Thanks ♥️ You're right... It was just concept purely focusing on "Chat functionality" so you can use it any app where its applicable and have SharePoint as a data source...
@mayurpawar6575
@mayurpawar6575 3 ай бұрын
can we mention people in this
@PowerPlatformSimplified
@PowerPlatformSimplified 3 ай бұрын
Unfortunately not. We can so this in list directly but using PowerApps we don't have such control.
@mayurpawar6575
@mayurpawar6575 3 ай бұрын
@@PowerPlatformSimplified kzbin.info/www/bejne/q2jYfZqAiJKBi9Usi=CAq2iXU5TVinK0Z7
@mayurpawar6575
@mayurpawar6575 3 ай бұрын
here it was done
@sbotta73
@sbotta73 3 ай бұрын
Yes, you can. But the email notification that the user will receive will bring him to the spol list item and not, obviously, to the app: not very useful
@PowerPlatformSimplified
@PowerPlatformSimplified 3 ай бұрын
Right, if you just want to mention then that video of Reza is useful. I was also about to suggest you the same to go with people picker but from user point of view, why to navigate them on list, Right? BTW, thanks for sharing 😊
@camillabutturachrusciak3824
@camillabutturachrusciak3824 3 ай бұрын
Hello! Thank you for the tutorial. Im having an error in my app: In my "x" field of the chat message im having this error message: If(ThisItem. commentBy User().Email,12,85) Name isn't valid. "commentby" isn't recognized. The same happens in IfError(Office365Users.UserProfile(ThisItem.commentBy).DisplayName,"",If(Office365Users.UserProfile(ThisItem.commentBy).Mail = User().Email,"Me",Office365Users.UserProfile(ThisItem.commentBy).DisplayName)) Name isn't valid. "commentby" isn't recognized. and "UserProfile" has invalid arguments. How can I fix that? Thank you in advance
@PowerPlatformSimplified
@PowerPlatformSimplified 3 ай бұрын
Hi, there are two Power Automate flows as well. I hope you created those first. We are retrieving data from these flows, so if they are set up correctly, you should see values in the tables. Please check the image below for reference: tinyurl.com/27yxc2ac If you’re still facing issues, feel free to email me or send a video at swami.nawale@outlook.com.
Patch vs Update vs UpdateIf in PowerApps (which one to use)
15:33
Alireza Aliabadi
Рет қаралды 29 М.
Don't use PowerApps Gallery Selected Item
12:44
Shane Young
Рет қаралды 18 М.
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
PowerApps Conference Room Booking App
34:10
Power Platform Simplified
Рет қаралды 4,1 М.
Create your OWN Appending Comments in PowerApps
21:12
Andrew Hess
Рет қаралды 17 М.
Is Your Power Apps Login Form / Screen Putting You at Risk ?
15:18
Power Platform Simplified
Рет қаралды 390
Power Apps Geofencing Using Geospatial Component
20:10
Daniel Christian
Рет қаралды 3,9 М.
How to Create a Chat System in Your PowerApp | 2024 Tutorial
21:10
Michael Alex
Рет қаралды 11 М.
Power Apps Time zones, UTC, SharePoint, and Excel
28:45
Shane Young
Рет қаралды 36 М.
Everything you need to build a Model-driven Power App
40:34
Shane Young
Рет қаралды 76 М.
Error Handling In Power Apps
27:48
Power Platform Simplified
Рет қаралды 1,3 М.
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН