Retrieve User behind completion of a workflow step (Forms & Journals) ?
Hello,
Is it possible to get the user who completed a 'Form Input' step in OneStream ?
To clarify, I am able to do so for 'Import/Validate/Load' steps but I'm under the impression that it's impossible for Forms or Journals. Anyone with a similar experience ?
Thanks
Here goes my desperate attempt:
Dim wfstatus As WorkflowInfo = BRApi.Workflow.Status.GetWorkflowStatus(si, mywfstep)
Dim logusername as String = wfstatus.LastExecutedStep.StepLogItems(0).UserName
' (wfstatus.LastExecutedStep.StepLogItems is Nothing) = True

