From an iterate feature selection, I get a value that I later want to use as inline variables in the copy features. However, names like Noord-Holland are not liked by Pro. I inserted a calculate value in between, but I keep getting an error message with the copy features. I have the impression that it keeps looking at the first value, and that the inline variable is not correct because of that. Does anyone have a suggestion?
Solved! Go to Solution.
What error message are you receiving? Can you show as the exact inline variable that you are using when you receive the error? As %Value (2)% should work. Make sure you are including the space when inserting the inline variable in the file path.
I think your Copy Features output would need to be Gem_prov_%Value(2)% instead, to properly apply your Calculate Value.
What error message are you receiving? Can you show as the exact inline variable that you are using when you receive the error? As %Value (2)% should work. Make sure you are including the space when inserting the inline variable in the file path.
Thank you! the space was the issue.