cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
manzil
Frequent Visitor

How to cascade multiple lookups column in PowerApps for SharePoint Online add/edit form.

Hi

 

I am in situation where there is three (3) lists names and images as follows:

  1. Property Name

manzil_0-1639320236296.png

  1. Unit Number

manzil_1-1639320236302.jpeg

  1. Tower Lease

manzil_2-1639320236305.jpeg

 

In Tower Lease column name PropertyName and PropertyUnit are a lookup column but cascaded, I want this to be in Cascading Dropdown parent-column will be PropetyName and Child- column will be PropertyUnit.

 

I am using SharePoint Online modern view and i want this in Form created in PowerApps.

1 ACCEPTED SOLUTION

Accepted Solutions
manzil
Frequent Visitor

Powerapps Cascading Dropdown - YouTube

 

I found this its very easy and helpful.

 

Formula i used as suggected in this video:

 

Filter(Choices([@'Tower Lease'].Property_x0020_Unit),Value in Filter('Units Number',DataCardValue12.Selected.Value='Property Name Lookup'.Value).'Unit Number')

 

 

This works.

View solution in original post

1 REPLY 1
manzil
Frequent Visitor

Powerapps Cascading Dropdown - YouTube

 

I found this its very easy and helpful.

 

Formula i used as suggected in this video:

 

Filter(Choices([@'Tower Lease'].Property_x0020_Unit),Value in Filter('Units Number',DataCardValue12.Selected.Value='Property Name Lookup'.Value).'Unit Number')

 

 

This works.

Helpful resources

Top Solution Authors
Top Kudoed Authors
Users online (4,241)