extract_id_from_machine_name
Retrieves an extract ID based on a machine name.
Example
1
{{ 'machine name' | extract_id_from_machine_name }} => 123
Input
| Type | Parameter | Description | Required |
|---|---|---|---|
| string | machineName | The machine name to search for. Comes before the | sign. | Required |
Output
| Type | Description | |
|---|---|---|
| string | null | The ID of the extract or null if no extract is found |