Hi there,
i'm trying to control if an IBAN is correct.
So i transform my input into a number
so far so good.
then i use the mod function to verify my input.
but i feel that i'm out of the range.
what is the limit of the mod in PowerApps ?
Because an example of a number is the following :
30004015870002601171220152776
here the mod is 0, but if i test by removing the last digit, then the last two then 3 and so on i have always a mod = 0....
Thanks