Hello team,
How can I read a specific value from a collection without using Loops?
For example I have a products collection in which it has 100 records, I want to fetch 40th Row Product name (Products[40]), based on the index or the Field name. Plea...