Way to retrieve and save the Run ID and operations history within a scenario?

I want to be able to log the specific RUN ID for every run so that I know how to look it up (ideally search for histories by run ID) by logging the scenario’s run ID and operation history as part of the scenario?

You can use the built-in variable {{var.scenario.executionId}} to get the current execution’s ID.

Screenshot_2024-02-19_080224

You can get the logs using the Make API integration

2 Likes

I see, thank you @samliew will see if I can log the value of the execution ID. Do I just type it as such or could I find it under the make module (which is what I tried to do)

You can select this variable from the variables panel that appears when you focus the field.

1 Like