Convert Value to Base32

I’m working with ID card values. I use excel to convert the values into base32 and it extracts the data I need.

Currently, I use the following excel formula to convert the values(cellA1 used as example):

=decimal(trim(mid(A1,9,7))32)

Unfortunately this expression doesn’t work in AppSheet. Any suggestions?

0 1 258
1 REPLY 1