gelu100 How in buisness rule I can implemement function random my buisness rule? I want to set the form field randomly out of 3 choices Reply
MVP Maksymilian Stachowiak You can use SQL Command with that query: SELECT CEILING(RAND() * 3) It should return value from range 1,2,3 Reply Solution (0) Helpful (0) Wrong answer (0)