Select InformUsers data card >> Click on "Unlock to change properties" from the Advanced menu >> Select the value control inside the data card as shown below >> I have selected DataCardValue66 >> From the left top side drop-down menu select "Default" property Here is the important step ...
1.Integrate -> PowerApps -> Customize forms 2.In the CC Responsible DataCardValue -> Advanced -> Unlock to change properties -> Default -> Use this formula: If(DataCardValue2.Selected.DisplayName="emilydu","SharePoint",If(DataCardValue2.Selected.DisplayName="Echo","Office")) 3.Result: ...
Dates being pulled into DDdayOne value: Distinct(Filter('Class-Calendar', Category.Value = "Bluebeam" And Today() <= 'Start-Date'),'Start-Date') DatacardValue2-DefaultDate = DDdayOne.SelectedText How do I convert text into date format? You can try ...
}, ThisItem.PersonField) Ok, how do I do the same to aPersontype column (DataCard with a Combo box in PowerApps)? This{'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",Value:""}doesn't work. However, the same function works perfectly on...