Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi, I think you have the condition wrong, it should be = instead of * i.e. customProperties.name='#currentUser.firstName#'. Alternatively, you could use the Advanced Form Data Binder to help you configure the condition.
I had follow the condition. We know that admin can see all the list, but when I go to admin page, there is no list all user. The admin is filtering too. How can I solved that?
Hi,
I use this script customProperties.name * '#currentUser.firstName#' to filter the current user information.
But when I preview, I got this unexpected AST node: * near line 1, column 68 [SELECT e FROM app_fd_t_leaveRequest e WHERE customProperties.name * 'Admin']
what should I do to solved this?