Skip to main content
Question

Write a single value from 1 row to all rows of another dataset

  • September 17, 2020
  • 1 reply
  • 111 views

I have a section of workflow that generates a dataset, each row I will want to POST to an API.

 

I then have another section that requests an auth token via HTTPCaller and creates a dataset with a single row and single value containing the auth token.

 

How do I now get the Auth token to set it as a header value in the HTTPCaller when POSTing each row from the dataset?

 

 

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

ebygomm
Influencer
Forum|alt.badge.img+46
  • Influencer
  • September 17, 2020

You can use a featuremerger to merge unconditionally

Capture