Hello All, I have a requirement to join 2 collections and get fields from both the collections.
I have got the join query as below, when i run below join query I am getting the fields of Collection1 only. is There any way I can get the fields from collection2 as well ? Running below query on Collection1. {!join method="crossCollection" fromIndex="collection2" from="id" to="id" v="*:*"} Any help here is much appreciated !! Thanks, Venkat.