I have currently this this line as Value inside an IFTTT:
entryId=[entry.id]&accountowner=[entry._func.queryAndSet(MitarbeiterAFDE:@self;nicknames:[entry.accountownerIMPORT];benutzername)]
Now I noticed that i have problems with accents, spaces and most likely upper / lowercase.
Thats why I added this as virtual function. What mistake did i made?
entryId=[entry.id]&accountowner=[entry._func.queryAndSet(MitarbeiterAFDE:@self;nicknames.trimAllSpaces.lowerCase.replaceAccents:[entry.accountownerIMPORT.trimAllSpaces.lowerCase.replaceAccents];benutzername)]
Take a look at the replaceAccents function - it does a replacement... and that might not be the same as removing the accent character and replacing it with a single non accent character
https://wiki.vertuna.com/spaces/CONFIFORMS/pages/2359385/Virtual+functions
So, what is the value for the "nicknames" and the "accountownerIMPORT" fields you want to "match"?
Want to make your everyday Community actions directly contribute to reforestation? The Atlassian Community can achieve this goal by liking a post, attending an ACE, sending your peers kudos, and so much more!
Help us plant more trees
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.