[user.name]:juser1 is not working. Also dot notation doesnt work. Please advise how to achieve.
Kind Regards
Craig
Hi,
according to https://wiki.vertuna.com/spaces/CONFIFORMS/pages/1212436/ConfiForms+Filters you can use the following format:
Field name constant | How to use | Details |
_user |
_user:someusername !_user:someusername |
Brings the user context into query execution. Available from ConfiForms version 1.17+ Anonymous users are evaluated as "" |
Hi
What are you trying to do? What the “[user.name]:juser1” is supposed to do? Are you trying to set up a rule that will be triggered only when a specific user submits the form?
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hit submit on Confifrom fire IFTTT, by specific user and on a second IFTTT Not fire !:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, I still dont quite understand what you want and have. Could elaborate more snd share the configuration that you have with some screenshots for example
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The above works, but I have 2 x IFFTTT and I want to add Fire control to the second.
tbname!:"juser" tbname DOES NOT equal juser <--- does not work.
Appreciate your support.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
First condition
tbname:juser
Second condition
!tbname:juser
as per documentation https://wiki.vertuna.com/spaces/CONFIFORMS/pages/1212436/ConfiForms+Filters
Or as @Demolag has suggested you can use _user directly, without any pre-assignment to some (tbname) field
First condition
_user:juser
Second condition
!_user:juser
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.