"},"localOverride":false},"QueryVariables:MessageSolutions":{"__typename":"QueryVariables","id":"MessageSolutions","value":{"first":10,"constraints":{"topicId":{"eq":"message:3181561"},"solution":{"eq":true}},"sorts":{"postTime":{"direction":"ASC"}},"useAva...
ForAll(Filter(ChecklistGallery.AllItems,StatusCheckbox.Value=true),Patch(ChecklistItemsSource,LookUp(ChecklistItemsSource,Id = IdText.Text),{Status:”Done”})) Here you are directly applying the filter on the Gallery’s items to find the checked items, and for each record in the filtered items, ...
(--lia-bs-primary-l), 0.2)","checkLabelMarginBottom":"2px","checkboxBorderRadius":"3px","borderRadiusSm":"var(--lia-bs-border-radius-sm)","borderRadius":"var(--lia-bs-border-radius)","borderRadiusLg":"var(--lia-bs-border-radius-lg)","formTextMarginT...
To clarify, consider the following scenario. On the Account form, your goal is to have the "Account Number" field become Read-Only if a checkbox is checked. In this example, we'll name the checkbox "Freeze." What you may do to accomplish this is to have the "Account Number" field be...
Hi, I am trying to make this date recieved field visible if the checkbox is checked and not visible is the checkbox not is checked. Can't really get it to work. Any suggestions ? Create a Context Variable in the OnVisible property of your Screen ...
Hi, I am trying to make this date recieved field visible if the checkbox is checked and not visible is the checkbox not is checked. Can't really get it to work. Any suggestions ? Hi, In the OnVisible property of your screen, create a Context Variable and set i...
Based on that I created a powerapp that lets me mark the checkbox during the reception of the event. Now this marking persons as checked in to the event should trigger a welcome email to each marked attendee with a welcome message and a link to the event programme ...
If(Office365Users.UserPhotoMetadata(ThisItem.Mail).HasPhoto,Office365Users.UserPhotoV2(ThisItem.Mail),SampleImage) Runtime output example - within a Gallery: Note that ThisItem.UserPrincipalName and ThisItem.Id seem to also work. Please see the following, which provides a different expression...
Ellis PerfPC Office365Users.UserPhotoMetadata().HasPhoto will return true or false. You can use this in an If condition: If(Office365Users.UserPhotoMetadata(Gallery1.Selected.Mail).HasPhoto,Office365Users.UserPhoto(Gallery1.Selected.Mail),'robot-face') ...
I've checked many methods, scouring and searching and can't seem to get this to work, got to be really simple yet i think I've blinded myself with the attempts. Any support on this would be great and appreciated. Thanks Cecil