Fri Jul 22 2022 17:50:40 GMT+0000 (Coordinated Universal Time)
Saved by @gofunk1 #powerapps
Concat(AddToWatchList.SelectedItems.Value,Value)
#powerapps
"https://[tenantName].sharepoint.com/_layouts/15/UserPhoto.aspx?Size=L&AccountName=" & ThisItem.Employee.Email
If( (IsEmpty(ComboBox42.SelectedItems) || IsBlank(ComboBox42.Selected.Value)) && IsBlank(ComboBox42.SearchText), SubmitForm(EditForm1), Notify( "Please fill in the Combo Box!", Error ) )
Office365Users.UserPhotoV2(ThisItem.PeopleColumn.Email)
#sharepoint #filter #powerapps
Set(currentUser, User()); //require for the on start property Set(varFirstName, Trim(Last(FirstN(Split(currentUser.FullName," "), 1)).Result))
Concat(selectedDesks, " " & Title & Char(44))
If(Value(DataCardValue14_1.Text)/Value(RoundDown(Value(DataCardValue14_1.Text),0))<>1, Notify("No decimal,please try again!",NotificationType.Error);Reset(DataCardValue14_1))
<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
ForAll(Tags.SelectedItems, Collect(colTags, {Value: ThisRecord.Value}))
#powerapps #json
JSON(colTags.Value,",")
#powerapps #html
Launch("https://www.bing.com")
#powerapps #filter #sortby
Sort(Filter('YouTube Resources', Text(Created,"mm/dd/yyyy") = Text(Today(),"mm/dd/yyyy")), Created,Descending)
#powerapps #validation #combobox
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
If( Len(TextInput.Text) = 11, RGBA( 0, 18, 107, 1 ), Color.Red )
#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)
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments