Questions tagged [amazon-appflow]

50 questions
0
votes
0 answers

AWS Appflow | Incremental transfer not working | Simulation check

We are unable to simulate the incremental transfer(s) for a flow at Appflow service. Please find the details below and any advice would be appreciated. Custom connector: Connects to dynamo DB and pushes data to s3. Existing data from the dynamo…
0
votes
1 answer

How to Clear a pickup list value in Salesforce while updating from AWS APPFlow

We are trying to push data into a custom SalesForce object using AWS AppFlow, the object is a multi select pickup list and expects 0-* items. The issue is once the value is set through AppFlow the value is not cleared when the property is set to…
Muds
  • 4,006
  • 5
  • 31
  • 53
0
votes
0 answers

AppFlow Amazon Connector WebHook

Is it possible to create a flow using AWS AppFlow that relies on a connector, created using the custom connector SDK, that is launched on event and more particularly on a webhook event. I did not find any information on the subject in github of the…
0
votes
0 answers

Mapping data error while connecting facebook ads to aws appflow

I am trying to connect facebook ads toaws appflow . Following thos dochttps://docs.aws.amazon.com/appflow/latest/userguide/connectors-facebook-ads.html Successfully configured the flow but in the third step it gives me an error An error occurred…
0
votes
1 answer

Is there a way to get raw files' content from GitHub using the Amazon AppFlow integration?

And if so, which object and subobject would that be? The file content of my CSV file does not show up when I use Repository (repos) as the object and ystoneman (my GitHub username) as the subjobject. Instead, the columns all contain only…
Yann Stoneman
  • 953
  • 11
  • 35
0
votes
1 answer

AWS AppFlow is not picking new tables created in db using custom connector

Using custom connector i am able to load data from mysql to s3 in AWS Appflow but when creating a new table in mysql, it is not showing up in Appflow console.
sharad jain
  • 113
  • 1
  • 10
0
votes
0 answers

ClouldFormation AppFlow template to select a list of fields

I am trying to create AWS AppFlow Flow using CloudFormation template. In the AppFlow the source is Salesforce and destination in AWS S3. There are two requirements: Select all the fields from source to destination Select a list of fields from…
0
votes
0 answers

AWS Appflow Cloudformation TaskProperties EXCLUDE_SOURCE_FIELDS_LIST for Salesforce

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:…
0
votes
1 answer

Creating CustomConnector connection (GoogleAds) using AWS Lambda | AppFlow

Does Boto3 client support connectors for GoogleAds and FacebookAds? According to documentation we can use Custom Connector but when i try to use it in the code i get the below error saying it should be one of the built in types. [ERROR]…
0
votes
1 answer

Amazon Appflow: Bidirectional sync b/w 2 Salesforce ORGs

I need to create a bidirectional sync b/w 2 Salesforce ORGs using Amazon appflow. All the relationship records needs to be in sync as well b/w these ORGs. I'm thinking to create External ID on each of these records for all objects for which flows…
0
votes
0 answers

Connecting from AWS AppFlow to SAP

I am trying to connect from AWS AppFlow to SAP. For the application host URL, when I use the hostname https://xxxx-xxxxx.xxxxxx.xxx I keep getting the syntax error: invalid host url But when I use the IP address, https://11.222.333.44 the syntax…
Ludwig
  • 782
  • 1
  • 8
  • 24
0
votes
2 answers

How to schedule AWS App flow using Cloud Formation Template

I have created AWS App flow using cloud formation template and I want to schedule an app flow using Trigger Config. How can we pass date ScheduleStartTime using cloud formation? Error I'm getting AWS::AppFlow::FlowCreate Flow request…
0
votes
1 answer

AWS AppFlow CloudFormation Template Size Limit - Mapping 500+ fields

I am trying to create an AWS::AppFlow::Flow that can map a large number (500+) of fields from a Salesforce source object into an S3 object. The list of fields must be specified (rather than simply slurping all fields). Please correct me if I'm wrong…
0
votes
0 answers

AppFlow deployment error: Destination object for the destination connector can not be updated

I am getting the following error when doing subsequent deployments of AppFlow: AWS::AppFlow::FlowUpdate Flow request failed due to:[Destination object for the destination connector can not be updated] Below is the serverless.com .yml /…
0
votes
1 answer

How to do incremental load for Appflow on Demand

I am updating record from s3 to salesforce using Appflow on demand.What property i can define in the CFT to make my appflow on demand incremental based on the s3 last modified timestamp.
Iram
  • 21
  • 6