What this section shows
This relation section shows the latest recorded application rows for one activity tag rule. Operators can confirm that a live webhook event reached an existing user after the rule's live condition check, then added a tag, removed a tag, or found that the requested tag change was unnecessary.
How to read it
- User ID is the player/user identifier stored on the audit row.
- Action shows the recorded outcome:
added,removed, orskipped. A recordedskippedrow means the tag was already present for an add rule or already absent for a remove rule. - Date is the application timestamp formatted for the table.
- Activity Data is the captured activity payload rendered as JSON text.
Main states
- Loading appears while the recent application slice is being requested.
- A table appears when at least one application row is returned.
- An informational empty state appears when no application rows are available for the rule.
Important caveats
- The detail screen requests only the latest ten application rows.
- This section is read-only on the current surface.
- This is not a complete activity-event audit. The writer creates no row when rule conditions fail, the user is not found, or processing errors before application persistence.
- The current live evaluator supports
minCount,maxCount,minAmount,maxAmount, andtimeFrame, not the condition keys offered by the CRM form. - Manual Run does not create application rows; these rows come from live activity-event processing.
- Activity Data is shown as raw JSON text from the audit record.
- The source response includes pagination metadata, but the verified section does not render pagination controls.
- The source response can include user details for each row, but the verified table renders only the numeric User ID.
- The relation hook's failed read can appear as the same empty state as a successful zero-row response because the component has no dedicated error presentation.
Relation rendering, read behavior, live webhook writer, skipped semantics, and application-row fields have been traced. No workspace-settings or casino-side semantic dependency was found.