Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

I am trying to update caller id table in incident table via transform map, but its creating a blank

srinivasrao
Tera Contributor

Team,

I am trying to update caller id table in incident table via transform map, but its creating a blank record 

in user table and setting undefined in caller id field in incident table. can you help me with this?

 

srinivasrao_0-1723460259413.png

 

 

 

4 REPLIES 4

Mark Manders
Giga Patron

Putting the name as referenced value field name should do the trick as well, but I think you need to check on what value is in the source. Is it the same as the 'user_name'? 

What info comes from the logs? 

The reason an empty user gets created, is because of you 'create' choice action: no user found, create one. And that explains the 'undefined' on the incident: it has a record, but nothing to show.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

Hi Mark,

I had set the referenced value field name as user_name, in the logs i got 

No matching user found for caller: undefined

Regards,

Srinivas

srinivasrao
Tera Contributor

Also tried with choice action ignore , still the same message.

No matching user found for caller: undefined

 

Thanks

Srinivas.

Hi @srinivasrao 

- Check 'caller' field is exists in import set table.

- Double check field mapping in your transform map.

- Field name is case sensitive, so cross check you are using correct one.

I hope my answer helps you to resolve your issue, if yes mark my answer helps you to resolve your issue.

THANK YOU

rajesh