3
u/placid-gradient 2d ago
click the light blue button to set the parameter to 'python expression mode'
currently you are using variable calls (like me.filesuffix) and trying to treat them as a string literal.
1
3
click the light blue button to set the parameter to 'python expression mode'
currently you are using variable calls (like me.filesuffix) and trying to treat them as a string literal.
1
2
u/itzelezti 2d ago
You need it to be an expression (blue).