Hi @ukender ,If the purpose is to export packages, then I think you may be able to use the JS code. I had defined my packages in package definition. So the following code would export packages in package definition one by one. We can filter out any packages based on the namespace or package name.var...
Hi @Gangadhar_Reddy1 ,I suppose the outbound transition of query activity is not connected to any other activities and hence that warning would be there in audit log. On your workflow, there shouldn't be any orange transition heads as in screenshot attached. If there is any such transitions that are...
Hi @Indra123 ,Using shell script, you could read a csv file from SFTP and check the number of empty columns as cat file.csv | head -n 2 | tail -n 1 | grep -c ',,'As the number of columns would be static, you could calculate the non empty columns.
@Frankie_d , Could you please try logout and login back to your AC instance? If it still doesn't work, try clearing the local cache from File-> Clear local cache, then reconnect to AC instance.
Hi @Frankie_d , Go to Tools-> Deployment wizard-> Email channel-> Advanced parameters. There you could find the online resource validity period set to 60d. Try changing that.
Hi @xliu , As per my understanding, task variables are like a local variable itself. It is used by an activity for temporary storage of data. I don't think it would be accessible in next activities. Also, advanced script executes prior to the update action. So the variable wouldn't have been set at ...
Hi @Andy123321 , Try defining the variable as instance variable likeinstance.vars.str = "some string"and set the following in query $(instance/vars/@str)
Hi @MarioGlad There is a script activity in Adobe campaign which have been disabled from activities tab. But you can still use it if you have a v6 version instance or by editing XML. It allows you to choose different scripts like shell script, python etc but the only thing is that you need to instal...
Hi @Greeshma_Sampath1 ,Sorry if I got you wrong. But if you just want to have a search option, then you might be required to create a custom filter. The administration->Configuration->Predefined filters are the one that are being shown above the table in navigation hierarchy for a schema. Please che...