Dear Colleagues
For the past days i am trying to edit connection string in output tool using actions -without any progress.
I tried to use update value with formula similiar to :
if EndsWith('TEST',[Engine.WorkflowFileName]) then
'odbc:Driver={PostgreSQL UNICODE(x64)};Server=xxxx;Port=111;Database=db1;Uid=zzzz;Pwd=__EncPwd1__|||stg.TEST_VARIABLE'
else
'odbc:Driver={PostgreSQL UNICODE(x64)};Server=xxxx2;Port=222;Database=db2;Uid=zzzz;Pwd=__EncPwd1__|||stg.PROD_VARIABLE'
endif
Any ideas how this should be implemented ?
Thanks