The FeatureSet commands seem to have gone out again in the latest update to Field Maps. Not sure when but all my test maps that were working are now broken.
I am going Production on this now and at the last hour nothing is working.
My code works in the web map great so I do not think that is it.

But now in Field Maps all are Null or 0

Sample code
DesignLat {expression/expr6}
var sql = "PointID = '" + $feature.PointID + "'";
var tbl = Filter(FeatureSetByName($map,"Points", ["DesignLat"], false), sql);
var val
for (var row in tbl) {
val = row.DesignLat
}
return val
Using an iPad Pro with the latest
I really need this fixed since this project since I have a deadline.
Thanks for any help!