Variable %s_original_name% not working properly
Posted: Thu Mar 04, 2021 3:10 pm
Hi,
I doscovered the following:
Whe I try to populate a variable to %s_original_name% the outcome is not correct in cas the name is an UUID:
Original Filename is: 12345678-1234-5678-8765-123456788765.avi
Var Archnumber set to gives: -123444458764 (obviously wrong)
Var Archnumber set to $ gives correct: 12345678-1234-5678-8765-123456788765
Trest-Workflow is attached.
Any ideas?
regards,
tom
I doscovered the following:
Whe I try to populate a variable to %s_original_name% the outcome is not correct in cas the name is an UUID:
Original Filename is: 12345678-1234-5678-8765-123456788765.avi
Var Archnumber set to
Code: Select all
%s_original_name%
Var Archnumber set to $
Code: Select all
left("%s_original_name%",36)
Trest-Workflow is attached.
Any ideas?
regards,
tom