Hello there,
I have two SharePoint lists. i.e. Table A & Table B where Table A has a Unique ID and that ID is passed in Table B and all that data is of a single line of text.
Scenario:
Table A Unique ID has multiple Rows of data in Table B.
I tried to fetch all rows of data into dropdown but was able to get only one so I need help to get this result asap. It would be great if experts help me to solve this issue.
Regards,
Manoj Roy
Hello WareenBelz,
Thank you for your message and sorry for the late response. I got the result and have been improving that query as per the requirement.
Regards,
Manoj Roy
Hi @manojrohit16 ,
Just checking if you got the result you were looking for on this thread. Happy to help further if not.
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.
Visit my blog Practical Power Apps
Hi @manojrohit16 ,
You did not say how you were selecting the item from List A, but assuming it is a drop-down with the Items based on TableA, the Items for the second drop-down would be
Filter(
TableB,
RefFieldNameB = FirstDropdown.Selected.RefFieldNameA
)
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.
Visit my blog Practical Power Apps
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional