An Azure service that automates the access and use of data across clouds without writing code.
@Abhishek Singh Thanks for reaching out. As per the error it looks like you are setting the Set variable appId value to your appId variable. You cannot self-assign the value of the same variable for which you are setting the value.
The below is not supported as you can see, I have defined the variable test and in the next action I have tried to set the value of test variable to test itself.