REST API endpoint headers setup

Hi,
I’m not sure, what is right?
Key: ${input.ID}, Value: ID
or
Key: ID, Value: ${input.ID}

Hi,

the right configuration is:

  • Key: ID
  • Value: ${input.ID}

TOmas

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.