- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 10:02 AM
Hi everyone,
I have written the following script include but it is not going inside the user table query. It is not able to query the space in the name. Can someone help me?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 01:56 PM
Hi @anirban300
Please reverify below line's working- it may be providing name which does not match with name in User table. This can be due to incorrect formatting or wrong backend names of variables
var name = item.variables.userfirstname.getDisplayValue() + " " + item.variables.prefix.getDisplayValue() + " " + item.variables.userlastname.getDisplayValue();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 01:56 PM
Hi @anirban300
Please reverify below line's working- it may be providing name which does not match with name in User table. This can be due to incorrect formatting or wrong backend names of variables
var name = item.variables.userfirstname.getDisplayValue() + " " + item.variables.prefix.getDisplayValue() + " " + item.variables.userlastname.getDisplayValue();
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 11:22 PM
Hi Manmohan,
Thank you for you reply. The name is exactly similar. e.g. Ricky Martin but the query is not able to query it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 11:28 PM
Hi,
You say Ricky Martin as an example but we see Prefix as well being used.
Also, are you sure about the spaces as well in between?