Hi
Does FB has action that can check if a number can be divided by another number ?
The simple math action has an [x Mod y] operation that could do what you need.
Or you can use some javascript to test it.
Hi
Does FB has action that can check if a number can be divided by another number ?
The simple math action has an [x Mod y] operation that could do what you need.
Or you can use some javascript to test it.