Active
Project:
Salesforce Suite
Version:
5.1.0
Component:
salesforce_webform.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Feb 2025 at 21:24 UTC
Updated:
29 Apr 2026 at 14:10 UTC
Jump to comment: Most recent
Comments
Comment #2
mrshowermanI have the same issue, not just with taxonomy terms. Seems to apply to all entity reference fields.
Comment #3
aaronbaumanwhat type of mapping field are you using? have you tried using a token field?
Comment #4
mrshowermanI was using a Webform elements mapping field.
I now gave it a try with a Token field using the token
[webform_submission:values:<field_name>:entity:title], and it worked!Doesn't feel quite intuitive, though.
Any chance the Webform elements mapping field can be tweaked to use the referenced entity's label? It really doesn't make sense to send Drupal entity IDs to Salesforce.
Comment #5
aaronbaumanI don't use the webform mapping submodule much, but patches are welcome if you'd like to extend this behavior.