Would a lambda function be required if the input value of schema field (which is Int) needs to be restricted to a range (max/min)? aka an input can’t be lower than 3 and greater than 5
Unfortunately you currently need a lambda function
1 Like
Dependent types are hard. Sadly for now @codinghusi is correct, you would need a lambda function to do it at “runtime”
1 Like