Hello All,
My scheduled data flow gets the data every 1 Minute from API using two Steps:
Step 1 : Custom Connector Get the token of the API, using POST Request, and Already I could Get the Bearer Authentication
Step 2 : Custom Connector Take the Bearer Token and Pass it through PUT Request to get the data from the API, and here is the problem
the problem is that the Bearer Token get changed each few hours so I need it to be a variable in the data flow, and I couldn't pass the variable of Bearer into the second step of retrieving the data "Look in the picture, there is no header for Authorization", because the bearer token in the second step is API Key in the header that keeps asking me about the token whenever the connection goes on , and there is no dynamic variable
The only work around that worked for me is through HTTP not Custom Connector, and it is working very fine but the problem is that HTTP is Premium so it will be working till the end of free trial only
And I am seeking a vulnerable and continous solution. I am looking for your help
Thank you


Report
All responses (
Answers (