Hi @haqian ,
Could you please share a bit more about the formula that you typed within the Items property of the MasterGallery? Does it connect to the Task1 data source?
Based on the formula that you mentioned, I think there is something wrong with it. I guess that you want to display related Steps in your Gallery2 based on the selected Task in your Gallery1, is it right?
On your side, you should modify your formula within the Items property of the second Gallery to following:
Filter(
'Steps Table',
'Step ID' = MasterGallery.Selected.'Test ID'
)
Note: I assume that the 'Test ID' represents the ID column in your first table -- Task1. And the MasterGallery is connected to your Task1.
Also please make sure the 'Step ID' and the 'Test ID' are in same Data Type.
Please try above solution, check if the issue is solved.
Regards,