With({x:ThisItem.Created},With({y:Now()},If(DateDiff(x,y,TimeUnit.Seconds)<60,DateDiff(x,y,TimeUnit.Seconds)&" sec ago",If(DateDiff(x,y,TimeUnit.Minutes)<60,DateDiff(x,y,TimeUnit.Minutes)&" min ago",If(DateDiff(x,y,TimeUnit.Hours)<24,DateDiff(x,y,TimeUnit.Hours)&" hr ago",If(DateDiff(x,y,TimeUnit.Days)<30,DateDiff(x,y,TimeUnit.Days)&" day(s) before",If(DateDiff(x,y,TimeUnit.Months)<12,DateDiff(x,y,TimeUnit.Months)&" month(s) ago",x)))))))
Subscribe to:
Post Comments (Atom)
Add Service Principle support in Custom Connector
then search for "Streamlining Integration: Using Service Principal authentication on Custom connectors with Microsoft Graph Applicati...
-
Created ge datetime '@{outputs('Get_item_Last_Run')?['body/LastRun']}' // add '' and the column needed
-
Always use Office365Users.MyProfile().Mail because this is the field that will be extracted when you use people field in SharePoint as emai...
-
In the gallery image control set below: If( Last(Split(ThisItem.Name, ".")).Value = "jpg" || Last(Split(ThisItem.Nam...
No comments:
Post a Comment