Share via

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.

0 comments No comments

Answer accepted by question author

MayankBargali-MSFT 71,016 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

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

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