0

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

null
    • Ninox developer
    • Fabio
    • 5 yrs ago
    • Reported - view

    Hi Pierre. Try this code:

    'Rédigé par' := first(select '08 - Répertoire personnel'[text('E-mail') = a])

     

    Fabio

    • pierre
    • 5 yrs ago
    • Reported - view

    Hello Fabio. 

    Thank you for this advice but just tried and same problem : It's working in the app but not in browser... 

    • pierre
    • 5 yrs ago
    • Reported - view

    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.

    • Ninox developer
    • Fabio
    • 5 yrs ago
    • Reported - view

    Hello. It is not yet possible to use alert() funcion on trigger (there is a bug: this only works on Mac App).

     

    Fabio

    • adrienhock
    • 5 yrs ago
    • Reported - view

    It work with userName() 

    Regards,

     

    Pierre.

Content aside

  • 5 yrs agoLast active
  • 5Replies
  • 1746Views