Stephen Outram Posted August 23, 2020 Share Posted August 23, 2020 Hello. I have a project to regularly update a sheet in Google Drive, from data contained in our CRM (NetSuite). While I've used Tibco Cloud (Scribe) connect 'on a schedule' apps extensively, it appears that develop 'Flogo' is required and I'm new to this. I've created the Google Connector and new Flogo app with an activity configured for my target sheet. How do I retrieve and map the data from NetSuite and deliver it, daily, to update my target Google sheet Many thanks, Stephen Link to comment Share on other sites More sharing options...
Nick Roelandt Posted October 5, 2020 Share Posted October 5, 2020 Hi Stephen, It seems you've found an earlier article about connecting to Google Sheets https://community.tibco.com/questions/using-flogo-connector-google-sheets Did you manage to get a step further thanks Nick Link to comment Share on other sites More sharing options...
infohills Posted March 14 Share Posted March 14 There are two main approaches to achieve daily data retrieval from NetSuite and update your Google Sheet: Third-party Integration: This is likely the easiest option for you, especially if you're new to Flogo development. Consider using a pre-built integration tool like LiveStrong's NetSuite to Google Sheets Data Exporter (NSGS). Here's the process: Install the NSGS add-on from the G Suite Marketplace. Connect NSGS to your NetSuite account using LiveStrong Technologies' guidance. Define the specific data you want to retrieve from NetSuite. Map the corresponding fields between NetSuite and your Google Sheet. Configure NSGS to automatically update your sheet daily. Flogo Development (More complex): If you prefer a custom solution using Flogo, here's a general outline: NetSuite Connector: You'll need to develop a Flogo flow that utilizes the NetSuite connector. This connector will allow you to interact with NetSuite data using SuiteScript APIs. Data Retrieval: Within the Flogo flow, configure the NetSuite connector to retrieve the desired data. You'll need to specify the record type (e.g., Customer, Sale) and potentially filter data based on specific criteria (e.g., created date). Data Mapping: Transform the retrieved NetSuite data to match the structure of your Google Sheet. Use Flogo's data manipulation functions to achieve this. Google Sheets Connector: Utilize the Google Sheets connector in Flogo to connect and update your target sheet. Scheduling: Configure Flogo to trigger the data retrieval and update process daily. You can achieve this using Flogo's scheduling capabilities. Here are some resources to help you further: LiveStrong NSGS: https://livestrongtechnologies.com/google-sheets-to-netsuite/ Flogo Documentation: https://docs.tibco.com/products/tibco-flogo-enterprise NetSuite SuiteScript APIs: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/chapter_4387172221.html Recommendation: If you're new to Flogo development, using a third-party integration like NSGS might be a quicker and more user-friendly option. However, if you prefer a custom solution and are willing to learn Flogo, the development approach can provide more flexibility. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now