Hi @RandyHayes,
First I refreshed the data source and the same result. I then removed the data source completely and added it back. I still get the same result when using these two solutions...
"
Filter(BOMS,StyleID=currentRecord.StyleID, Color)
RenameColumns(Filter(BOMS, StyleID=currentRecord.StyleID, Color), "Color", "_color")
"
If I set the dropdown Items property to BOMS and the value to Color, the dropdown will be populated with all colors from the table. As a test this tells me connecting to the BOM table is working fine. When I tried to filter it the first time and received that error I didn't know what to do.
So essentially I'm still getting the same errors. Also...I tried to filter the BOM table using different values and got the same results. Such as...Filter(BOMS,StyleID=currentRecord.StyleID, BOMType)
