Skip to main content

Notifications

Power Up Program - Building model-driven apps w...
Suggested answer

Building Model-Driven Apps for a school with Microsoft Dataverse 11 video

Posted on 14 Nov 2024 09:54:11 by
Hi, can you help me, pleace i don't know where is error, thank you
 
 
DateDiff('Data Observed',UTCNow(),TimeUnit.Days)
DateDiff('Created On',UTCNow(),TimeUnit.Days)
 
Categories:
  • Suggested answer
    kasraouiah Profile Picture
    kasraouiah 172 on 15 Nov 2024 at 01:39:35
    Building Model-Driven Apps for a school with Microsoft Dataverse 11 video
    Hello,
    I would suggest using this formula
     
     
    If(IsBlank('Data Observed'),
    //What to do if it hasn't been returned
    0,
    RoundDown(DateDiff('Data Observed',Now(),TimeUnit.Days),0)
    //What to do if it has been returned
    )
     
     
    -----
    RoundDown(DateDiff('Created On',Now(),TimeUnit.Days),0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 143,129

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 63,797

Leaderboard

Featured topics