Member Junction
    Preparing search index...

    The structured payload recorded on each Process Run Detail (the per-record diff).

    interface FieldRulesResultPayload {
        ChangedFields: string[];
        Changes: FieldChange[];
        DryRun: boolean;
    }
    Index

    Properties

    ChangedFields: string[]
    Changes: FieldChange[]
    DryRun: boolean