regarding custom table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-26-2025 11:31 PM
I have to create a backend table for which the values are populated from the values that are filled in record producer. Record producer is already existing , i have to create a new backend table and values should be automatically populated based on the values provided in intake form.How can i do this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2025 12:44 AM
In the record producer the variables are existing in variable set, as a result i cant see map to field, is there any other way to map?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2025 12:59 AM - edited ‎10-27-2025 01:03 AM
Hi @shreya_3009 ,
you can also map by record producer script like below-
current.field_name = producer.field_name; //current is your target net new record and producer is the record producer
Reference screenshot-
If you found my response helpful, please mark it as helpful and accept it as the solution.
Thank you
Nawal Singh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2025 01:03 AM
if you dont mind, where can i write that script?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2025 01:05 AM
If you found my response helpful, please mark it as helpful and accept it as the solution.
Thank you
Nawal Singh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-27-2025 01:16 AM
Hi @shreya_3009 ,
if your issue is resolved please accept the solution for future readers.
Thank you!!
