Gherkin -- How can I access INDIVIDUAL SCENARIO result from my script dynamically?

Gherkin – How can I access INDIVIDUAL SCENARIO result from my script dynamically? The ScriptResults() gives an aggregate of all steps/scenarios already executed. I am looking for ONLY result of currently executed scenario (not aggregate of all scenarios in the feature)

Hello, you may try RunWithNewResults Command.
BR