0

I'm trying to create a AWS Cloudformation template where I extract all fields except two from Salesforce.

  Tasks:
    - TaskType: Map_all
      SourceFields: []
      TaskProperties:
        - Key: EXCLUDE_SOURCE_FIELDS_LIST
          Value: '[Field1,Field2]'
      ConnectorOperator:
        Salesforce: NO_OP

I'm getting the following error

│ Error: error waiting for CloudFormation Stack update: failed to update CloudFormation stack (UPDATE_ROLLBACK_COMPLETE): ["Resource handler returned message: \"Invalid request provided: AWS::AppFlow::FlowUpdate Flow request failed due to:[Task Validation Error: Invalid JSON input provided for EXCLUDE_SOURCE_FIELDS_LIST.  The task sourceConnectorType is MAP_ALL and the task operator is NO_OP] (Service: Appflow, Status Code: 400, 

0 Answers0