Hello everybody.
I'm trying to create shared charts in Workflow that show me which step the job is in.
When I use the "current_step_id" field, I return the step ids (expected behavior). However, when using the "current_step" field, I return "tempName" instead of the step name.

Is it possible to return the step name instead of its id? If yes, how?
Thank you all