Hi,
Is there a way i can use CloudWorks to export data without using the connector? I cannot select the Target folder where i want to save the extracted file.
Thanks in advance for helping.
Regards,
Tom
@tompatrick.ting Cloudworks is not the tool to be used to export automatically data from Anaplan on a shared local folder.
The reason is that the export action is triggered on Anaplan Cloud servers and Anaplan does not have access on your local shared folders.
You need to use some ETL tools that support REST API calls or Anaplan Connect or you can write custom REST API scripts to trigger export actions and download files on local folders.
Hope it helps
Alex.
@tompatrick.ting Not sure what would you like to achieve.
Anaplan needs to know where is the target to place the export files and this is why it is needed a connection to AWS or Azure.
Currently, for import from file/export actions, the source/target can be placed only from/into AWS or Azure.
Alex
Hi @alexpavel - is there an option that i can skip the AWS or Azure? I want to automate the data extraction and be able to save the csv file to a sharedfolder.
Thanks,
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…