vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface FlowTransformValueAction

    interface FlowTransformValueAction {
        outputFieldApiName?: string;
        processMetadataValues?: FlowMetadataValue[];
        transformType: "Map";
        value?: FlowElementReferenceOrValue;
    }

    Hierarchy (View Summary)

    Index

    Properties

    outputFieldApiName?: string
    processMetadataValues?: FlowMetadataValue[]
    transformType: "Map"