Hi,
I am new to powerapps and wanted to customize the shoutout template for my company, the app is created but I am not sure how to edit the AllShoutOutTypes ( to add or remove one of the shoutout types)
Thanks
Aysan
Solved! Go to Solution.
Hi @Aysan
check the App OnStart function
Here is where the ShoutOutTypes are loaded
ClearCollect(AllShoutOutTypes,
{PrimaryId: 1, Type:"Helpful Feedback", Shoutout_Color: "#2E3192", Description: "The Helpful Feedback shoutout badge is given to the person who gave critical insight on another person's work.", Icon: 'badge-helpful-feedback-large@2x-grey', Icon_Color: 'badge-helpful-feedback-large@2x',Selected:false},
Here is a video I did on setting up ShoutOut App and storing data to SahrePoint as a data source
https://www.youtube.com/watch?v=LDEJD2LKRkc
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @Aysan
check the App OnStart function
Here is where the ShoutOutTypes are loaded
ClearCollect(AllShoutOutTypes,
{PrimaryId: 1, Type:"Helpful Feedback", Shoutout_Color: "#2E3192", Description: "The Helpful Feedback shoutout badge is given to the person who gave critical insight on another person's work.", Icon: 'badge-helpful-feedback-large@2x-grey', Icon_Color: 'badge-helpful-feedback-large@2x',Selected:false},
Here is a video I did on setting up ShoutOut App and storing data to SahrePoint as a data source
https://www.youtube.com/watch?v=LDEJD2LKRkc
Regards,
Reza Dorrani
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
User | Count |
---|---|
132 | |
132 | |
78 | |
75 | |
71 |
User | Count |
---|---|
210 | |
199 | |
64 | |
63 | |
53 |