How do I create script type Input variable for Data Source Flow Designer

Sunny45
Kilo Guru

Team,

I have Flow Designer action created for a Data Source (Snap below). Now prior to running REST step I want to run a script and store the output of the script execution in an input variable which can be used in REST step.

Is it possible by creating such Input variable? If so please guide me how?

Thanks.

 

1 ACCEPTED SOLUTION

Rajanmehta
Mega Guru

Sunny,

You might want to try as below. click on script checkbox that will open up script option and then select input and output variables to store to Data pill 

 

View solution in original post

4 REPLIES 4

Kieran Anson
Kilo Patron

Hi Sunny,

if there is a need for pre-processing, a data stream action will need to be created which supports pre-processing logic

find_real_file.png

Thanks @Kieran Anson 

I was able to get that. Please see below snap.

Can you please let me know, how do I store script output variable  "Total" to (Data pill), which can be used in REST step? 

 

Rajanmehta
Mega Guru

Sunny,

You might want to try as below. click on script checkbox that will open up script option and then select input and output variables to store to Data pill 

 

Thanks @Rajanmehta 

This is exactly I was looking for. 

Thanks.