Why this is here

A common pattern for test-data-as-a-service tools: create a record, get back a key, then use that key in a separate lookup to fetch the full record before you can read the field you actually need. Both calls here are simulated with a short delay, same as a real service round-trip โ€” you can't read the value until the lookup finishes.

1. Create a record

2. Look up by key

3. Submit the result

Initial state.