Customdata
Last updated
Was this helpful?
Was this helpful?
$execution.customData.getAll() //=> {"user_email": "me@example.com", "id": 1234}// Store the user's email, to easily retrieve all execs related to that user later
$execution.customData.set("user_email", "me@example.com")$execution.customData.setAll({"user_email": "me@example.com", "id": 1234})