Hi Team,
Was wondering if its possible to use for all with a filtered collection.
Some reason I cant get it working.
Any help is greatly appreciated.
Thanks
ClearCollect(Estimates,
ForAll(Filter(PTP_Meter,READ > 100 && READ < 200),
{
INDEX: PTP_Meter[@INDEX],
READ_DATE: PTP_Meter[@READ_DATE]}))