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
-
W e have a variable - 'longText' having a long list of characters and we want to trim the characters after a limit e.g. 130 charact...
-
If coll_Origin is a collection containing Value as different option fields & OriginSelected is flag telling its selected or not, on an ...
No comments:
Post a Comment