Problem with Team/browser
Hello,
I’ve got a Ninox cloud Team with 10 users that I use with the Mac/Ipad application for admin and simple browser for users.
I’ve got a problem with the record creation trigger of a table. The instructions are working good in Ninox app but does’nt work with the browser/cloud application :
let a := text(user());
'Rédigé par' := first(select '08 - Répertoire personnel' where text('E-mail') = a)
Can you help me to solve this problem ?
Thank you very much.
Pierre.
5 replies
-
Hi Pierre. Try this code:
'Rédigé par' := first(select '08 - Répertoire personnel'[text('E-mail') = a])
Fabio
-
Hello Fabio.
Thank you for this advice but just tried and same problem : It's working in the app but not in browser...
-
Just try a simple instruction in the "create record" trigger of a table.
For example alert("Hello"). -> It doesn't work in browser... but OK in the app. It seems the problem is there.
-
Hello. It is not yet possible to use
alert()
funcion on trigger (there is a bug: this only works on Mac App).Fabio
-
It work with userName()
Regards,
Pierre.
Content aside
- 5 yrs agoLast active
- 5Replies
- 1747Views