Recent | Popular
#powerapps #powerautomate #null #empty #flow
YouTubeDropperButton.Run(varSplitText, (If(IsBlank(Notes.HtmlText), "", Notes.HtmlText)))
#powerapps #split #text #trim
Set(varSplitText, (Concat(LastN(Split(TextBoxNew.Text, "=").Result, CountRows(Split("https://www.youtube.com/watch?v=", "=").Result) -1),Result )));
#powerapps #firstn #sortyby #date #top #results
FirstN(Sort('Data Source', Created,Descending),10)
#powerapps #lookup #button #text #change
If(IsBlank(LookUp('YouTube Resources', Title = TextBoxNew.Text)), "ADD", "UPDATE")
#powerapps #choices #combobox #dropdown
Choices([@YouTubeIDs].AddToWatchList)
#powerapps #text #lookup
LookUp('YouTube Resources', Title = TextBoxNew.Text, Notes)
#powerapps #displaymode #lookup
If(IsBlank(LookUp('OSS Comments' , Comments = TextInput3.Text)), DisplayMode.Edit, DisplayMode.Disabled) or If(IsBlank(LookUp('OSS Comments' , Comments = "ABCD")), DisplayMode.Edit, DisplayMode.Disabled)
#powerapps #validation #combobox
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
#powerapps #filter #sortby
Sort(Filter('YouTube Resources', Text(Created,"mm/dd/yyyy") = Text(Today(),"mm/dd/yyyy")), Created,Descending)
#powerapps #html
Launch("https://www.bing.com")
#powerapps #json
JSON(colTags.Value,",")
#powerapps
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))
#sharepoint #filter #powerapps
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
Sun Jul 24 2022 12:17:14 GMT+0000 (Coordinated Universal Time)
Sun Jul 24 2022 10:00:15 GMT+0000 (Coordinated Universal Time)
Sun Jul 24 2022 07:55:08 GMT+0000 (Coordinated Universal Time)
Sat Jul 23 2022 14:20:04 GMT+0000 (Coordinated Universal Time)
Sat Jul 23 2022 14:18:42 GMT+0000 (Coordinated Universal Time)
Sat Jul 23 2022 14:16:05 GMT+0000 (Coordinated Universal Time)
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
Sat Jul 23 2022 10:57:46 GMT+0000 (Coordinated Universal Time)
Sat Jul 23 2022 10:54:03 GMT+0000 (Coordinated Universal Time)
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
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
Fri Jul 22 2022 20:06:41 GMT+0000 (Coordinated Universal Time)
Fri Jul 22 2022 20:05:50 GMT+0000 (Coordinated Universal Time)
Fri Jul 22 2022 17:50:40 GMT+0000 (Coordinated Universal Time)
Wed Jul 20 2022 19:32:42 GMT+0000 (Coordinated Universal Time) https://www.youtube.com/watch?v=0-LFI0okl2o
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
Wed Jul 20 2022 10:22:16 GMT+0000 (Coordinated Universal Time) https://www.youtube.com/watch?v=DF4KX1oSrVI
Wed Jul 20 2022 06:40:17 GMT+0000 (Coordinated Universal Time)
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
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
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