I just want to start off by saying thank you for taking the time to read and or help.
I have two lists on Sharepoint. LIst one is the Entity as seen below.
List two is some made up names.
I have my power app application.
When I click Randomize the fake names are shuffled. This part is working.
I want to take the title of the scrambled collection and add it to the Fake name field on my list. I have been looking at the set function, then came across the Patch function. I have had no luck in getting it to work. Is there a simpler way of achieving this? I don't even mind if its the same button called generate. Or, do I have to perform a loop to pass the name in? I do not like the loop idea, because I would have to change it everytime I add more names. Again, thank you. I know that this is a noob question, but I have found that I could spend 4 more hours searching, or someone can just say hey that sounds like the [insert the correct function name]. Last week, I was learning flutter/dart and spent two days trying to learn to put a navigation bar on the side, to find that it was called a navigation rail. But again, Thank you in advanced
-John
I've tried creating two collections, and then just write the new collection to a new list.. However, the ungroup is not working right now
I've tried something like this,
I feel like I am on the cusp of a break through.
I'm getting closer, I added the UpdateIf function. but it made all the records in the Fake Names column the same.
So, I added this line of code
ForAll(scrambled As updates,
{
FakeName: updates.Title
})
and it looks like it is working,
As, i ts showing the FakeName field as the proper names. However, it is not saving/writing to my list in Sharepoint, or populating on the Table in the App.
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2