Skip to main content

Notifications

Community site session details

Community site session details

Session Id : JqSvj6abuzyfhDJ2K4sDXP
Power Apps - Building Power Apps
Answered

No item to display

Like (1) ShareShare
ReportReport
Posted on 27 Sep 2019 08:22:32 by 185

Hi, 

 

I would like to create a 'Form' from a BLANK new screen in PowerApps. (Attached the settings)
When I preview the app, it shows "No item to display"

 

Any idea?

 

Thanks in advance

 

Sam

Categories:
  • RusselThomas Profile Picture
    4,012 on 05 May 2023 at 07:22:18
    Re: No item to display

    Hi @Tan_Jia_Ying ,

    The item needs to be an item that can be found in the datasource specified in the form source property.

    lastsubmit is a function output, but is not necessarily tied to the source, even though it's a 'copy' of the data submitted - perhaps try change it to 

    Lookup(FormSource, ID=EditForm1.LastSubmit.ID)

     or some other primary key identifier of the record if "ID" isn't relevant to your source.

    Kind regards,

    RT

  • Tan_Jia_Ying Profile Picture
    54 on 04 May 2023 at 17:06:58
    Re: No item to display

    The Item: property of the form - the formula I entered is "EditForm1.LastSubmit", but the result is "no item to display"

  • RusselThomas Profile Picture
    4,012 on 04 May 2023 at 08:55:32
    Re: No item to display

    Hi @Tan_Jia_Ying ,

    Check the Item: property of the form - if the formula you have there results in a blank result, then the form will show this message.

    Kind regards,

    RT

  • Tan_Jia_Ying Profile Picture
    54 on 04 May 2023 at 05:35:29
    Re: No item to display

    How about "no item display" in display form? What the solution for it?

  • Dylan Vincent Profile Picture
    13 on 11 Apr 2023 at 23:27:19
    Re: No item to display

    Life Saver

  • Essam2 Profile Picture
    2 on 11 Mar 2023 at 05:20:18
    Re: No item to display
  • samsam Profile Picture
    185 on 27 Sep 2019 at 08:31:50
    Re: No item to display

    @RusselThomas Thanks for the reply, it works great~!

  • Verified answer
    RusselThomas Profile Picture
    4,012 on 27 Sep 2019 at 08:26:54
    Re: No item to display

    Hi @samsam ,

     

    The Form is usually in Edit mode by default, and Edit mode requires an item to edit - without it, you get this message and a blank form.

    Try changing the mode of the form to New - you can do this either by setting the Default mode of the form to FormMode.New or, if you're using a button or navigation from somewhere else to get here, add NewForm(FormName) to the expression to put the form into New mode.

    If you just want to test, put a button on the screen and set it's OnSelect: property to 

    NewForm(FormName)

    where FormName is the name of your form, and hopefully you should see what I mean.

    Hope this helps,

    RT

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,645 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,997 Most Valuable Professional

Leaderboard
Loading started