Hi,
I have two SP lists ( A, B)
list B contain a column name (Doc_ID) , It should be a reference for A list ID column
A >>> ID, Title, Name, ...
B >>> ID, Title, Doc_ID, Name, ...
I have a flow with multiple steps, one them with name (Get Items for list B)
the next step is Compose with
outputs('Get_Items_For_list_B')
to give me all details, But I need to filter the outputs by a specific ID
I need help about the code please!