I have a Pipeline in Azure Data Factory. The Pipeline Includes 3 Activities. 1. Lookup ---> Get Content from Table Storage 2. Web Activity --> Call a REST Endpoint (parameter is passed from the result of the lookup activity) 3. Copy Activity --> Copy the REST response payload into CSV.
The thing is I need to flag the Table Storage Row as Success or Fail based on the Web Activity if it returned Response 200 or not.
So my question is that is there any Activity in Azure Data Factory that lets you update a Table storage field.