Snippets Collections
YouTubeDropperButton.Run(varSplitText, (If(IsBlank(Notes.HtmlText), "", Notes.HtmlText)))
Set(varSplitText, (Concat(LastN(Split(TextBoxNew.Text, "=").Result, CountRows(Split("https://www.youtube.com/watch?v=", "=").Result) -1),Result
)));
If(IsBlank(LookUp('YouTube Resources', Title = TextBoxNew.Text)), "ADD", "UPDATE")
LookUp('YouTube Resources', Title = TextBoxNew.Text, Notes)
If(IsBlank(LookUp('OSS Comments' , Comments = TextInput3.Text)), DisplayMode.Edit, DisplayMode.Disabled)

or

If(IsBlank(LookUp('OSS Comments' , Comments = "ABCD")), DisplayMode.Edit, DisplayMode.Disabled)
If(
    Len(TextInput.Text) = 11,
    RGBA(
        0,
        18,
        107,
        1
    ),
    Color.Red
)
DisplayMode= If(
    IsBlank(varName) Or IsBlank(varName) Or Len(TextInputBox.Text) < 11,
    DisplayMode.Disabled,
    DisplayMode.Edit
)


OnChange= Set(varName, Combobox.Selected) //Sets the variable to the combo box values or record

Sort(Filter('YouTube Resources', Text(Created,"mm/dd/yyyy") = Text(Today(),"mm/dd/yyyy")), Created,Descending)
ForAll(Tags.SelectedItems, Collect(colTags, {Value: ThisRecord.Value}))
Concat(AddToWatchList.SelectedItems.Value,Value)
<img src="data:image/jpeg;base64,@{outputs('Get_file_content_using_path')?['body'].$content}" alt="My Image" />
  
  <"data:image/jpeg;base64," alt="My Image" />
    
   outputs('Get_file_content_using_path')?['body'].$content
If(Value(DataCardValue14_1.Text)/Value(RoundDown(Value(DataCardValue14_1.Text),0))<>1, Notify("No decimal,please try again!",NotificationType.Error);Reset(DataCardValue14_1))
Concat(selectedDesks, " " & Title & Char(44))
Set(currentUser, User()); //require for the on start property

Set(varFirstName, Trim(Last(FirstN(Split(currentUser.FullName," "), 1)).Result))
Office365Users.UserPhotoV2(ThisItem.PeopleColumn.Email)
If(
    (IsEmpty(ComboBox42.SelectedItems) || IsBlank(ComboBox42.Selected.Value)) && IsBlank(ComboBox42.SearchText),
    SubmitForm(EditForm1),
    Notify(
        "Please fill in the Combo Box!",
        Error
    )
)
"https://[tenantName].sharepoint.com/_layouts/15/UserPhoto.aspx?Size=L&AccountName=" & ThisItem.Employee.Email
star

Sat Jul 23 2022 14:20:04 GMT+0000 (Coordinated Universal Time)

#powerapps #lookup #button #text #change
star

Sat Jul 23 2022 14:18:42 GMT+0000 (Coordinated Universal Time)

#powerapps #choices #combobox #dropdown
star

Sat Jul 23 2022 14:16:05 GMT+0000 (Coordinated Universal Time)

#powerapps #text #lookup
star

Sat Jul 23 2022 14:14:46 GMT+0000 (Coordinated Universal Time) https://powerusers.microsoft.com/t5/Building-Power-Apps/Display-mode-disabled-if-SharePoint-record-exists/m-p/808951#M257951

#powerapps #displaymode #lookup
star

Sat Jul 23 2022 10:57:46 GMT+0000 (Coordinated Universal Time)

#powerapps #validation #combobox
star

Sat Jul 23 2022 09:10:03 GMT+0000 (Coordinated Universal Time) https://powerusers.microsoft.com/t5/Building-Power-Apps/Sort-by-date-and-time/m-p/375869#M108713

#powerapps #filter #sortby
star

Sat Jul 23 2022 07:12:10 GMT+0000 (Coordinated Universal Time) https://powerusers.microsoft.com/t5/Building-Power-Apps/Launch-URL-by-clicking-on-an-image/m-p/17519#M7538

#powerapps #html
star

Fri Jul 22 2022 20:06:41 GMT+0000 (Coordinated Universal Time)

#powerapps #json
star

Fri Jul 22 2022 20:05:50 GMT+0000 (Coordinated Universal Time)

#powerapps
star

Fri Jul 22 2022 17:50:40 GMT+0000 (Coordinated Universal Time)

#powerapps
star

Wed Jul 20 2022 19:32:42 GMT+0000 (Coordinated Universal Time) https://www.youtube.com/watch?v=0-LFI0okl2o

#powerapps
star

Wed Jul 20 2022 16:50:38 GMT+0000 (Coordinated Universal Time) https://powerusers.microsoft.com/t5/Building-Power-Apps/Prevent-User-From-Inputting-a-Decimal/m-p/258674#M75671

#powerapps
star

Wed Jul 20 2022 10:22:16 GMT+0000 (Coordinated Universal Time) https://www.youtube.com/watch?v=DF4KX1oSrVI

#powerapps
star

Mon Jul 18 2022 15:48:43 GMT+0000 (Coordinated Universal Time) https://powerusers.microsoft.com/t5/Building-Power-Apps/User-image-not-showing-up/m-p/638269#M202613

#powerapps
star

Mon Jul 18 2022 11:32:48 GMT+0000 (Coordinated Universal Time) https://powerusers.microsoft.com/t5/Building-Power-Apps/Combobox-is-empty-check-not-working/m-p/1313708#M342900

#powerapps
star

Mon Jul 18 2022 10:20:37 GMT+0000 (Coordinated Universal Time) https://powerusers.microsoft.com/t5/Building-Power-Apps/User-profile-picture-is-not-displayed/m-p/1226803#M321907

#powerapps

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension