Hi, We experienced this - we have a code like this: filterlist("

Hi,

We experienced this - we have a code like this: filterlist("isNullOrEmpty",rule!Rule123(pv!request_cdt)). When we promoted code the Rule "isNullOrEmpty" didn't get promoted. This is even after checking for missing dependencies before exporting. Is this a known issue? We are on Appian 7.3
...

OriginalPostID-100393

OriginalPostID-100393

  Discussion posts and replies are publicly visible

Parents
  • The filterList is part of the deprecated DoForEach plug-in and its input is a string that represents the name of the function or rule not the function/rule itself, that is why it cannot be detected as a dependency.

    You should start looking at using the new looping functions since they are based on the function rather than a string that represents its name if dependencies check is your concern.
Reply
  • The filterList is part of the deprecated DoForEach plug-in and its input is a string that represents the name of the function or rule not the function/rule itself, that is why it cannot be detected as a dependency.

    You should start looking at using the new looping functions since they are based on the function rather than a string that represents its name if dependencies check is your concern.
Children
No Data