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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Apps
Unanswered

Writeback data

(0) ShareShare
ReportReport
Posted on by 30

Hello,

I'm completely new to Powerapps, but I'm trying to figure out how to solve the following task:
I have a MS SQL on-prem database with the following tables:
1. List of accounts: User_ID and User_FullName
2. List of groups: Group_ID and Group_FullName
3. Assigned groups: and here is the problem

In the power app I added the following fields:
- with user selection from the 'List of accounts' table
- with Group selection (more than 200 groups in the list), more than one group can be assigned to one user.

How can I now record the selected values in table 3 - Assigned groups?

Like: User ID, user name, group ID, group name, source name, record id, Record creation datetime

Example:

MPETERSON, Mike Peterson, 101, Clerk, powerapp, 00001, 31-Mar-2023 09:22

MPETERSON, Mike Peterson, 234, Key User, powerapp, 00002, 31-Mar-2023 09:22

MPETERSON, Mike Peterson, 452, Complaint, powerapp, 00003, 31-Mar-2023 09:22

.....

Categories:
  • turnerj3 Profile Picture
    2,039 on at
    How are you displaying or storing the selection?

    If you haven't yet grabbed the selection start by trying this and see if you get the info in the collections.
    ClearCollect(accounts, Filter(list of accounts,user selection = userselectiondropdown.selected.value));

    ClearCollect(groups, Filter(list of groups,group selection = groupselectioncombo.selecteditems.value));


     

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 382 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 329

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard