Hey all!
I really need help with this i've been struggling.
Bassicly basing a list on a list something which is known to need workarounds.
What is the workaround in Powerapps?
I got 1 listbox which is:
Filter('DD.product_subunit_batch_step_production', batch_cycle_id = dataholder_batch_cycle_id.Selected.batch_cycle_id)
It outputs a list of id's connected to the processorder selected.
now i need to bassicly do the same thing again.
This time i need to filter the above Listbox so i can output a list of DD.product_subunit_batch_step id's connected to the ListBox id's(product_subunit_batch_step_production_id)

Any questions make sure to ask I am desperate to get this fixed asap.
Edit: I got working code but it doesn't check entire list nor does it really do as needed.
The below code filters the ListBox based on the latest selected Value. I instead want it to filter it based on the entire value. Selected or not. If there is a different list i can use for this let me know. The code below works besides that it doesnt show entire list connected.
Filter('DD.product_subunit_batch_step_production', product_subunit_batch_step_id = placeholder_product_subunit_batch_step_production_id.Selected.product_subunit_batch_step_id)