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 Platform Community / Forums / Power Apps / change displaymode bas...
Power Apps
Unanswered

change displaymode based on Login information

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi everyone,

 

i have build an app based on the video below:

Editable Grid in Power Apps | SharePoint List - Bing video

 

In addition to that i created one excel list with all the login information including Username, Password and Processteam. And created a Startscreen to Login. 

 

My Grid looks like that:

Gerry2411_1-1676991640580.png

 

 

Prozess =Processteam

 

I want only the members of the team to be able to make changes in its associated columns. For Example only Members of Konfektion should be able to make changes in the Row where "Konfektion" is the Process. If a Member of Konfektions logs in and wants to edit the grid only the Row of Konfektion should be editable.

 

I hope i explained what i want in the right way and i hope that one of u can help me.

 

Thanks in advance ❤️ 

 

My edit button:

 

If(
varAngebotskalkulation;
If(
!IsBlank(
LookUp(
colTabelle;
Title = Blank() || Title = ""
)
);
Notify(
"Bitte die fehlenden Pflichtfelder ausfüllen";
NotificationType.Error;
2000
);
Patch(
Angebotskalkulation;
UpdateIf(
colTabelle;
Erstellt = Blank();
{ID: Blank()}
)
);;
Remove(
Angebotskalkulation;
coldelete
);;
Notify(
"Tabelle wurde aktualisiert";
Success;
2000
);;
Clear(coldelete);;
Select(Button3);;
Set(
varAngebotskalkulation;
!varAngebotskalkulation
)
);
Set(
varAngebotskalkulation;
!varAngebotskalkulation
)
)

 my Button3:

ClearCollect(colTabelle;Filter(Angebotskalkulation;StartsWith(Title;TextInput2.Text)&&
Version1=TextVersion.Text||StartsWith(Title;TextInput2.Text)&&IsBlank(TextVersion.Text)))
Categories:
I have the same question (0)

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 483

#2
WarrenBelz Profile Picture

WarrenBelz 399 Most Valuable Professional

#3
11manish Profile Picture

11manish 327

Last 30 days Overall leaderboard