
I have a display form in my screen.
the items property of this form is gal.selected, which will contain info based on the gallery that is selected.
however here comes the problem. I have a filter implemented to pending, accepted, rejected and all.
when there are no pending items it's stuck to getting your data.
but sometimes it displays "no items to display". Which is very inconsistent.
is there a way to change "Getting your data" message in power apps? How should I fix this?
Hi @kej ,
As far as I know, the message can't be modified.
I suggest you set a label to alert the user if there is data and you can customize the style.
Visible:
IsBlank(formula of lookup item)
Best regards,
Rimmon