So in my App I'm using the below commands, which if I submit it from the app (in preview mode) it works fine. but if I try to then submit it from a phone or the computer it doesn't seem to like the "max" function.
so I have field "varBidNumGen" with Default: Max('BidLog 2022',BidNumGen +1)
and field "BidNumber" with Default: Concatenate(First(Split(varBidType.SelecteddText.Value, " ")).Result, varBidNumGen.Text)
when I click the formula bar i see it combining AB and the next number 401 so AB401. but it doesn't work when using the phone or computer to fill it out it only posts it to SharePoint as AB. what am I missing?
I see its talking about a delegation warning but i only have 1 other record in the list and it only has 22 Columns (including the ones that are created automatically.
any help on this would be great... I have also tried the First formula with the same issue.