I am getting a new error

I am getting the below error

Sequence.xaml: BC30451: ‘_out_InterruptibleWhile_1__CurrentIndex’ is not declared. It may be inaccessible due to its protection level. The activity output is missing because the activity no longer exists in the current workflow. Use a different variable or select another input option.

i never used/declared any variable of this type. in variables tab i saw this variable and i just deleted it cos assuming this was randomly created. now it is not allowing me to run the code. the last activity i added was while loop, assign and for each…in that i have deleted assign and for each…wha is this error and what is the fix…kindly help.

its about auto generated variables

when it is not needed / used delete any variables

when needed feel free and define your own variable

1 Like

Hi @Karthik_Krishnan1

Try by removing unused variables

Hope it helps!!

@pravallikapaluri No…i tried…but still the same error exists.

@ppr Does that mean i deleted any variable by mistake? how to solve this? how to figure out which variable is missing?

can you share the XAML or screenshots from the modellling parts (the While loop)?

do cntrl Z and check if you have not saved it after doing changes.
May be you have deleted any variable by mistake.

Check in error list where you are getting this error.
Try using remove unused variables .

it got autosaved while compiling…

Sequence.xaml (104.7 KB)
@ppr FYI

Your XAML:
grafik

looks like unneeded

So we delete and get it validated

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.