Getting error 'Set_variable_appId' of type 'SetVariable' are not valid

Abhishek Singh 46 Reputation points
2022-07-25T13:35:56.057+00:00

224446-image.png

Workflow saved successfully. Workflow validation failed for the workflow 'SecretTestingv2'. The inputs of workflow run action 'Set_variable_appId' of type 'SetVariable' are not valid. Self reference is not supported when updating the value of variable 'appId'.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,542 questions
0 comments No comments
{count} vote

Accepted answer
  1. MayankBargali-MSFT 70,936 Reputation points Moderator
    2022-07-25T13:40:25.537+00:00

    @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.

    224414-image.png

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.