Alteryx Designer Cloud Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Cloud.

Connect Alteryx to Azure File Share

vimalkumar2
5 - Atom

I am new to Alteryx

I want to create a workflow to perform below steps.

 

1: Workflow will accept File name from user

2: Search that Excel file in Azure file share.

3: Process the file and generate the result in PDF.

2 REPLIES 2
Robson56
5 - Atom

To create the desired workflow in Alteryx, you can follow these steps:

Use an "Input Data" tool to accept the file name from the user as an input parameter.
Utilize the "Azure Blob Input" tool to connect to the Azure file share and search for the Excel file based on the input provided.
Process the Excel file using various Alteryx tools like "Filter", "Formula", or "Join" based on your specific requirements.
Finally, use an "Output" tool to generate the result in PDF format.

 

Remember to configure the necessary settings and connections in Alteryx for connecting to Azure and specifying the desired output format.

Robson56
5 - Atom

@Robson56 wrote:

To create the desired workflow in Alteryx, you can follow these steps:

Use an "Input Data" tool to accept the file name from the user as an input parameter.
Utilize the "Azure Blob Input" tool to connect to the Azure file share and search for the Excel file based on the input provided.
Process the Excel file using various Alteryx tools like "Filter", "Formula", or "Join" based on your specific requirements.
Finally, use an "Output" tool to generate the result in PDF format.

 

Remember to configure the necessary settings and connections in Alteryx for connecting to Azure and specifying the desired output format.


I hope my suggestion is work for you.  

 

McKesson SMO