Integration App SDK - v1.14.0
    Preparing search index...

    Interface LookupValue

    interface LookupValue {
        collectionPath?: string;
        query: Record<string, any>;
        createIfNotFound?: boolean;
        create?: { fields: any };
    }
    Index

    Properties

    collectionPath?: string
    query: Record<string, any>
    createIfNotFound?: boolean
    create?: { fields: any }