We have a use case we are trying to solve for where a user is randomly prompted (to start with using a set probability) to fill out a form after saving a record. So I have two questions:
- Is there a way to generate a random number (like from a normal distribution) in a logic block or anywhere else?
- Is there any way to set up an app link which is only followed if a condition is met, and otherwise doesn’t happen? (I suppose a dynamic app link maybe, but in the second case I just want it to follow what the save would normally do depending on the option selected).
Thanks in advance!