
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2021 10:02 AM
I have created a record producer for users to create new vendors. The company name is a string variable in the record producer and it successfully creates a vendor record on the company table. However, I am running into trouble trying to create a tiering assessment record using the Name of the company in the company record (which is the trigger) to populate the Vendor field (reference field) in the tiering assessment. See screenshot. What am I missing here?
Solved! Go to Solution.
- Labels:
-
flow designer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2021 10:21 AM
Since the vendor field is a reference field it is looking for a link to a record rather than a text field like name. If the record field is the company record from the trigger you could use the company record pill rather than the company record->name pill. If not, you would need to do a lookup action to get the correct record first.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2021 10:21 AM
Since the vendor field is a reference field it is looking for a link to a record rather than a text field like name. If the record field is the company record from the trigger you could use the company record pill rather than the company record->name pill. If not, you would need to do a lookup action to get the correct record first.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2021 11:42 AM
Ah! That worked perfectly to link to the record rather than the name. Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2023 08:34 AM
That worked perfectly, i was struggling with that one for a time now. It was very helpful, Thank you!