web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Filter(Split(VarRecord...
Power Apps
Unanswered

Filter(Split(VarRecord.note, "***"), !IsBlank(Result)) error :(

(0) ShareShare
ReportReport
Posted on by 18

Hi all. I have followed a tutorial to build a contact form that I can append case notes to, them view them. Unfortunately My note gallery is blank and showing an error:

ttimbo75_0-1693441707953.png

Here is a screenshot of it working:

ttimbo75_1-1693441797000.png

 

There are 4 components:

Galery1_2 - client list. Select button: Set(varRecord, ThisItem)

Gallery3 - Associated notes: Filter(Split(VarRecord.Notes, "***"), !IsBlank(Result))

RichTextEditor1 - to add notes

Save button - submit new note:

Set(
varRecord,
Patch(
'Workshop Repair',
varRecord,
{Notes: varRecord.Notes & "***" & CountRows(Gallery3.AllItems) +1 & "-" & User().FullName & " - " & Now() &
":<Br>" & RichTextEditor1.HtmlText}
)
);
Reset(RichTextEditor1)

 

My issue appears to be in the Gallery3 code where "Result" is no longer working. I read that "Result" is not a part of PowerApps any more. Is someone able to assist a beginner to get this working? Appreciate you all!

Categories:
I have the same question (0)
  • madlad Profile Picture
    2,637 Moderator on at

    Hi @ttimbo75 

     

    I think here you need to replace "Result" with "Value" in your Gallery3 items code. 🙂

     

    Hope this helps!

  • ttimbo75 Profile Picture
    18 on at

    Hi Madlad!

    I tried this, but then the gallery3 is blank:

    ttimbo75_0-1693448442205.png

    I can see the line breaks between the where the text is meant to go, so it appears to be working somewhat, but no visible notes! I am likely doing something silly, but for the life of me I cannot work it out 😞

  • ttimbo75 Profile Picture
    18 on at

    ttimbo75_1-1693448625403.png

     

  • madlad Profile Picture
    2,637 Moderator on at

    It looks like it's returning a table of values- what do you have inside the gallery? Where you're displaying the text, can you try "ThisItem.Value" and see what happens?

    Let me know!

  • ttimbo75 Profile Picture
    18 on at

    It is designed to show the contents of a list item (one line of text at a time, each being a 'note entry' ) in each of those boxes. 

     

    For instance, if I click on another user in Gallery2_1 the amount of boxes correlate to how many line items there are. The below only has 2 lines of notes:

    ttimbo75_0-1693449783668.png

    This is the list item that is meant to display:

    ttimbo75_1-1693449956593.png

     

    ThisItem.Value - how will I insert this code into: Filter(Split(VarRecord.Notes, "***"), !IsBlank(Value))

    I cannot put it between the brackets to replace Value - it errors. Thanks for assisting 🙂

  • timl Profile Picture
    37,283 Super User 2026 Season 2 on at

    @ttimbo75 - From a label that's inside the gallery template, you would set the text property to ThisItem.Value

  • ttimbo75 Profile Picture
    18 on at

    If I understand correctly, you want me to modify Gallery3 code:

    Filter(Split(VarRecord.note, "***"), !IsBlank(Result))

    If this is the case, how would I insert the ThisItem.value?

    I have tried and only get errors. 

    Thanks!

  • ttimbo75 Profile Picture
    18 on at

    Just bumping this - still having the issue. Thanks

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 416 Most Valuable Professional

#2
11manish Profile Picture

11manish 205 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard