Calculated parameters not showed in call another project action

Hi @dgudkov,

I want to call a project (A) from a new one (B). A contains a calculated parameter (created for the purpose of the call) that is a condition on filename to retrieve a list of files in a folder (where filnename like : 'EX*.csv').
I wanted to modify this parameter in B, with a condition like : where filename like 'E_' &format(today(), 'yyyyMMdd') &'.csv'
Seems that calculated parameters are not carried with the call action. Is there another way to achieve this ?

Thanks and best regards,
Christophe

Hi,

I've found out by myself, used a text parameter in A, and replaced with the calculated in B.

Best regards,
Christophe

1 Like