Questions tagged [amazon-appflow]

50 questions
8
votes
2 answers

How to map fields automatically in appflow?

I'm to trying to automated appflow creation via cloud formation. I have multiple fields (130+) in source & I'm unable to map it manually. From UI I can directly choose multiple columns but from cloudformation I have to specify, therefore looking if…
4
votes
1 answer

AWS AppFlow salesforce integration using CloudFormation with Salesforce Connector app

I am trying to create AWS::AppFlow::ConnectorProfile for Salesforce connector app. Here is the test sample: Type: AWS::AppFlow::ConnectorProfile Properties: ConnectorProfileName: my_salesforce_connection ConnectorType:…
3
votes
1 answer

Appflow Update_flow error : Destination object for the destination connector can not be updated

Anyone faced this error while calling update_flow for appflow? errorMessage": "An error occurred (ValidationException) when calling the UpdateFlow operation: Update Flow request failed due to:[Destination object for the destination connector can not…
User2019
  • 61
  • 1
  • 6
2
votes
1 answer

AWS AppFlow <> Salesforce - automating multi tenant setup

I'm brain storming the architecture for a new SaaS that will require processing events from one Salesforce instance per customer. I'll be using AWS AppFlow with Lambdas to process the events. The basic flow is that the user will sign up via a web…
user3073511
  • 101
  • 1
  • 7
2
votes
0 answers

Adding Google Analytics Segments to AWS Appflow

I am trying to add segments to my AWS Appflow that is pulling Google Analytics data. This is because I am running into Sampling problems(Google Analytics summarizes a lot of the data and makes analysis impossible) I can add date range filters, but…
2
votes
1 answer

AWS AppFlow Salesforce to Redshift Error Creating Connection

I'm wanting to create a one-way real-time copy of a Salesforce (SF) object in Redshift. The idea being that when fields are updated in SF, those fields will be updated in Redshift as well. The history of changes are irrelevant in AWS/Redshift,…
gbeaven
  • 1,522
  • 2
  • 20
  • 40
2
votes
1 answer

Transfer Multiple objects from Salesforce to S3 using Appflow

I have around 70 objects that need to be transferred from Salesforce to S3 using Appflow. I have created the flow but it is letting me select only one object at a time. I want to ask if there is a way with which I can transfer all 70 objects…
Mayank
  • 93
  • 1
  • 9
2
votes
1 answer

amazon-appflow create new connector profile returns service error

I'm trying to leverage aws-appflow to retrieve data from salesforce, but can't create a connector profile using boto3. I keep getting Service Error my attempt: appflow.create_connector_profile( connectorProfileName='appflow-sfdc-test', …
Haleemur Ali
  • 26,718
  • 5
  • 61
  • 85
1
vote
1 answer

Is there a way to use multiple queries per flow in aws appflow?

I am using Amazon Appflow to transfer data between Datadog and AWS. Each appflow uses a query related to a single monitor in Datadog (such as a metric monitor, or an anomaly monitor). However, we have a huge amount of monitors in Datadog, and from…
user15569323
1
vote
1 answer

Adding GA4 connection to AWS AppFlow

I am trying to add an AppFlow connection to an existing GA4 account, GA4 is already up and running and even pushing data to BigQuery. However, when I try to create the connection in Appflow to start a flow from GA4 to Redshift. I get this error…
1
vote
0 answers

Fields in RDS Postgres are not showing in Appflow when doing the fields mapping

I created an Appflow and use RDS Postgres as destination. When doing the fields mapping after setting set the connection to DB, only 4 fields can be selected from RDS Postgres, but there are 20 fields created in that table. I tried to create and…
Eric
  • 11
  • 2
1
vote
1 answer

Using Amazon Appflow in AWS to move data

I work with AWS and I mainly use terraform for a lot of things. I want to implement Amazon Appflow and be able to move data from salesforce to a S3 bucket. AppFlow is a wizard and needs to be setup step by step. I will assume you cannot use…
Baba
  • 2,059
  • 8
  • 48
  • 81
1
vote
0 answers

AWS Appflow just ingests few data from Google Analytics

I want to use Appflow to ingest data from Google Analytics, that track and store User's information and interaction data of some Website. I have never worked with Appflow or Google Analytics before, I found that Appflow worked quite weird and I…
1
vote
0 answers

Can we download AWS Appflow Metadata for each flow

We need metadata for each Flow in Appflow. For example we need mapping field name and source object name used in flow. Is there any UI or API option available.
Ankur Mittal
  • 71
  • 1
  • 1
  • 3
1
vote
1 answer

Unable to to ingest Google Ads supported objects to AWS S3 using AWS AppFlow

I'm trying to use AWS AppFlow to ingest Google Ads supported objects to AWS S3. Though i have successfully created connections using GoogleAds Connector I'm unable to ingest the data to S3. Steps followed from AWS console: Step 1: Name of the flow…
1
2 3 4