Skip to main content

Notifications

Community site session details

Community site session details

Session Id : cf1RTF3lnCeK+Av3E+Q0iT
Power Apps - Building Power Apps
Answered

Cascading Dropdowns with One being a multpleline text field

Like (0) ShareShare
ReportReport
Posted on 2 Apr 2025 16:23:12 by 922
I have 3 combobox I am using for my cascading dropdowns, the 2nd one will depend on a field that is multiple line text field.  I am getting the red squiggly line, how would I resolved this?
Categories:
  • Verified answer
    ronaldwalcott Profile Picture
    2,082 on 04 Apr 2025 at 16:51:20
    Cascading Dropdowns with One being a multpleline text field
    As it's a delegation warning and you are narrowing the number of items first it should not be a concern unless you exceed the delegation limit of 2000 records.
  • kmw1130 Profile Picture
    922 on 03 Apr 2025 at 12:53:28
    Cascading Dropdowns with One being a multpleline text field
      The Address field is Plain Text.  
     
    @ I filter Vendors, then get their address, and then get the POC.
  • ronaldwalcott Profile Picture
    2,082 on 02 Apr 2025 at 19:20:07
    Cascading Dropdowns with One being a multpleline text field
    Just a question based on curiosity. Do you have a combo box of addresses that you use to filter Vendors based on a multiple line text field? How do you ensure the correctness of the addresses?
  • vipuljain03 Profile Picture
    415 on 02 Apr 2025 at 18:15:24
    Cascading Dropdowns with One being a multpleline text field
    Check if CompanyAddress being a Multiple Lines of Text is a Rich Text or Plain Text field.
     
    If the CompanyAddress column is rich text, wrap it inside PlainText() to remove any HTML formatting:
    Filter('Vendor Info', PlainText(CompanyAddress) = ComboBoxVendorAddrr.Selected)
    Or, try below:
    Filter('Vendor Info', CompanyAddress = Text(ComboBoxVendorAddrr.Selected))
     
  • kmw1130 Profile Picture
    922 on 02 Apr 2025 at 18:08:42
    Cascading Dropdowns with One being a multpleline text field
    It is a delegation warning:
    It seems to work even with the warning.
  • kmw1130 Profile Picture
    922 on 02 Apr 2025 at 17:52:25
    Cascading Dropdowns with One being a multpleline text field
     
    That did not work either, if I remove value and add the "." it is suggesting "value"
     
  • Suggested answer
    vipuljain03 Profile Picture
    415 on 02 Apr 2025 at 17:39:28
    Cascading Dropdowns with One being a multpleline text field
    CompanyAddress is a multiple line of text field in your SharePoint list. So, .Value will not work.
     
    Could you please check below formula instead:
    Filter('Vendor Info', CompanyAddress = ComboBoxVendorAddrr.Selected)
     
    --------------------------------------
    If this reply helped you, please mark this reply as suggested answer ✔️ and give it a like to help others in the community find the answer too!
    Thanks,
    Vipul

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,518 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,692 Most Valuable Professional

Leaderboard
Loading started