Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2023 01:30 PM
Flow designer is different. It really depends on where you are trying to access your incident record (flow, subflow, action, is it a trigger or a result of look-up, etc.), but basically you can get to it starting from the fd_data object.
For instance, if your incident is the trigger of the flow, it would look like this:
fd_data.trigger.current.category.getDisplayValue();