- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2015 01:25 PM
Got a quick question about creating events with a workflow.
So I'm creating a workflow that has several events in it. I'm trying to pass some parameters through the event, but I feel like a dummy because I can't get the parameters to work correctly. Everything I've tried to far just returns "null" in the event log.
The question is, what's the correct syntax for parameters in a workflow for passing fields? I thought it was ${field_name} but no luck...
Solved! Go to Solution.
- Labels:
-
User Interface (UI)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2015 01:36 PM
I'm almost positive it's current.fieldname to reference a field on the requested item although you might also try curly brackets.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-27-2015 02:17 PM
Hi Eloy,
If you haven't already gotten it working, try adding ".toString()" to the end of a reference field/variable to get it to spit out the sys_id.
i.e., current.variables.myvariable.toString();
-Brian