-
Re: Error: Environment update failed
Hello, There seems to be an error creating or updating the code environment on the automation node. You should be able to find more information about the error in the automation node backend.log, whi…1 · -
Re: Sending an email report from scenario using variables from the scenario
Hello, The set_remote_dss() method will have cached some location data pointing to the remote DSS, so when you then call send(), it will still be trying to contact the remote DSS, and not the local D…1 · -
Re: Contains with Lowercase
Hello, I think you have an extra "val" in your formula. Can you please try: contains(toLowercase(val('Column1')), 'metric1')1 · -
Re: String with "E" interpret exponentiel
Hello, This formula should work for your case: concat('"', strval('column'), '"')1 · -
Re: Email an attachment
The excel file you want to attach must be in a managed folder in your DSS project. The folder id can be found in the URL when you are viewing the contents of the managed folder. For example, you shou…1 ·