
Announcements
Hello,
I have an app where my gallery displays entries from my sharepointlist. I have a lot of fields in my list but not all the fields will be filled in. When i click in the entry of my gallery, i am taken to a details screen that shows all the fields of the sharepoint list. I am wondering if there was a way for me to only get the non-blank fields on to my details screen (i.e. if the field did not have a value before, then it should not appear in the details screen). I can go to each field and do the !IsBlank function for each field however was wondering if there was a faster formula that would only return the non blank fields to the details screen.
Example:
Name: John
Birth Date:
Address:
When i go to my details screen, only the Name field would be their because it is the only one that has a value. Birth Date and Address would not appear on the details screen.
Thank you for your help.
Hi @xrxr031 ,
You could set the Visible of the Data Cards to (actual field name)
!IsBlank(ThisItem.FieldName)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps