Returns single entry by an entry id.
Context ID - ID of the referenced Form contextEntry ID - ID of the existing entryReturn Variable Name - Default status, name of the variable that contains additional information| Field | Description |
|---|---|
entry |
Loaded entry |
Example of returned ${status.entry} as JSON:
{
"entry_id" : "123",
"user_id" : "123",
"meta_values" : {
"key_1" : "value 1",
"key_2" : "value 2"
}
}
OK - will be executed if the entry was found