Can i use output of a flow as input
How Can I use the output of a flow as an source in another flow?
The overall goal is to update a field in Azure AD based on a value/response from ADP and Azure. As the calls need to be stitched sequentially, I would imagine this as a basic functionality for integration platform.
0
Comments
Vreddhi Bhat Would you want to wait a specific time before updating a field in Azure AD? If not, you could create another import step to update the Azure AD after you get data from ADP and Azure.
Hope this helps.
I think I should have been more descriptive:
This is what I am trying to achieve.
Is step 2 a lookup call where you are fetching data based on a field value from ADP? Could you explain what data are you getting in step 2 and how is it dependent on step 1?
Yes, that is correct. step 2 is a lookup call. I see a possiblity of doing this in the destination/lookup. But, I was wondering whether there is a way to use a flow's output as a source in another flow. Somewhere I saw the reference of 'Flow Connector'. But, I am not seeing Flow as a connector type. Maybe I am missing something.
Thank you for confirmation. For the above use case, I would recommend the flow design like this: Export (Get data from ADP) >> Lookup (Lookup values in Azure) >> Import (Add date to Azure)
I also want to mention that you could merge the results you get from step 2 (lookup) back to data from step 1 (ADP) using results mapping.
You could invoke another export using an API call in integrator.io. However, I don't think it's necessary for this use case as it's only 3 steps.
Thank you. Is there an existing documentation or a blog os sorts explaining the chaining of API calls in the source? or the one that you mentioned i.e., making an API call to integrator.io
Hello Vreddhi Bhat,
We have an entire section on calling integrator.io APIs you can explore! As for specifics on chaining API calls or calling multiple imports, you might want to try triggering multiple imports through My API. Thanks!
Please sign in to leave a comment.