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();