Hi
I have a problem if I try to use 3 Variables in one (interlace Variables)
I try to run this:
{PATH(GetFileNameWithoutExtension,
{STRING(Replace,
{TRIGGER(83db0d54-e7da-47d3-8f28-f8fd2889531a,1b0d9549-5faf-4be8-bde2-9e16b9e6b2bd,File.Result.Name)}
,_,\)}
)}
Then I get no result and no error
If I run only this interlaced variable:
{STRING(Replace,
{TRIGGER(83db0d54-e7da-47d3-8f28-f8fd2889531a,1b0d9549-5faf-4be8-bde2-9e16b9e6b2bd,File.Result.Name)}
,_,\)}
I get the right Result that looks like this: MW\10YAT-APG------L\01.02.2008\29.02.2008\14XWIENSTR-ENER0.csv
When I run this Variable with hardcoded Result of the further interlaced variable:
{PATH(GetFileNameWithoutExtension,
MW\10YAT-APG------L\01.02.2008\29.02.2008\14XWIENSTR-ENER0.csv
)}
I get the right result: 14XWIENSTR-ENER0
But I would need this result with one big Variable (more than 2 interlaced variables), is this possible?
(backspaces in the interlaced variables are only made for a better understanding in the posting)
thx