Issue with location code in flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 06:06 AM
Hello All,
I have written a script to get the user location in the flow designer when I tried it the value is undefined. Please help me with the code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 06:20 AM
Hi @Srilakshmi7 ,
Can u try with a small v
var userlocation = fd_data.trigger.request_item.variables.g_form.getValue('src_site_req_for');
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 06:22 AM
Hello Danish,
Thank you for your response I have tried it but still it is same the output is undefined.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 06:30 AM
Hi @Srilakshmi7 ,
I am sorry i missed this
var userlocation = fd_data.trigger.request_item.variables.src_site_req_for;
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2023 06:32 AM