Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building Power Apps
Unanswered

ModelDrivenFormIntegration for Data Only field

(1) ShareShare
ReportReport
Posted on by 9

Good Morning,

I have a canvas app in a form. I want to see a field ( type data) when I open each record, I try to use First(ModelDrivenFormIntegration.Data).nameProperty (nameProperty is a data only field). Can you help me?

Thanks

  • v-yutliu-msft Profile Picture
    on at
    Re: ModelDrivenFormIntegration for Data Only field

    Hi @Daniele_001 ,

    I've found a similar issue, maybe you could try his way.

    The workaround he found was to add a Timer with 1 second delay. In the OnTimerEnd event everything is working just fine.

    Set the Timer's OnTimeEnd:

    Filter(entityname, First(ModelDrivenFormIntegration.Data).new_Fieldname > Now() )

    Here's this issue's link for your reference:

    https://www.itaintboring.com/2019/01/

     

    Best regards,

    Community Support Team _ Phoebe Liu

  • Daniele_001 Profile Picture
    9 on at
    Re: ModelDrivenFormIntegration for Data Only field

    Hi @v-yutliu-msft ,

    I try First(ModelDrivenFormIntegration.Data).new_Fieldname. This is correct for any field, but when I use formula in a data only type field it doesn't return the value. I would like to compare a value with today's date and set a rules as follows: 

    First(ModelDrivenFormIntegration.Data).new_Fieldname > Now() 

     

    Doesn't report errors but I don't see anithing in the form on Dynamics 365 and the action defined in the rule don't apply.

    Thanks

     

    Daniele

     

  • v-yutliu-msft Profile Picture
    on at
    Re: ModelDrivenFormIntegration for Data Only field

    Hi @Daniele_001 ,

    Do you want to add an embedded canvas app on a model-driven form and diplay a field that is date only type?

    Could you tell me the error message of the formula that you wanted to use?

    Try this formula:

    ModelDrivenFormIntegration.Item.Fieldname

    Here's a doc about it for your reference:

    https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/embedded-canvas-app-add-classic-designer

     

     

     

    Best regards,

    Community Support Team _ Phoebe Liu

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

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1