Extract Variable from Record producer to Interaction
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2024 08:37 PM
Hi team
We have an often used record producer at the front and centre of our Customer portal which becomes an interaction for triaging into either an incident or a request. I would like to extract some or all of the detail from the variable and place in the short description of the Interaction. I've tried a few scripts with zero luck, any suggestions?
thanks
adie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2024 08:54 PM
Hi @Spade
Any entry in record producer will be stored in question_answer table. glide record on question_answer table would work.
Can you please provide the script you have used so that we can help further.
Please mark this answer as helpful and correct if helped.
Kind Regards,
Ravi Chandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2024 10:06 PM
Hi Ravi, thanks so much for the quick reply and apologies for my delayed response. Scripting is def not my strong suit but versions of this has worked for email notifications but can't seem to get the variable detail into the work notes of the interaction. Can pick up the variable detail, not sure how to tell it to plonk it into the
interaction work notes and the record producer is in the interactions table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2024 10:08 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2024 09:03 PM - edited 03-19-2024 09:03 PM
HI @Spade is your record producer runs on Interaction table?
Harish