Hi JZ-13080142-0,
That sounds like a great project! You can set up a Microsoft List to record responses when someone clicks on a smiley face icon in your Power Apps survey. Here’s a step-by-step guide to help you achieve this:
Here’s an example of how you can use the Patch function to save a response:
Patch(
YourListName,
Defaults(YourListName),
{
Title: User().FullName,
Response: "Happy", // or "Neutral", "Sad" based on the smiley face clicked
Timestamp: Now()
}
);
This setup will allow you to record responses in your Microsoft List whenever someone clicks on a smiley face in your Power Apps survey.
If you need more detailed instructions or run into any issues, feel free to ask! 😊
If this resolves the issue, Pls mark as solved to enable other users with a similar issue to find it.
Happy to help.
Robu1🤩
WarrenBelz
89
Most Valuable Professional
MS.Ragavendar
60
stampcoin
48