Azure Data Factory: For each item() value does not exist for a particular attribute
问题 I have a for each activity which has a stored procedure (SP) wherein I am inputing values using item() evidently. Now suppose SP's input values are item().a, item().b and item().c Question: For some of the iteration of foreach, item().b does not exist which is expected. So how should i deal with it in the Stored procedure? Because at this point of time it is giving me an error when it executed SP by saying: "The template language expression 'item().b' cannot be evaluated because property 'b'