Hi everyone,Is it possible for workflow to write different channel value to BroadLog from chosen one?For example there is workflow with SMS delivery but we want to be written as Email in BroadLog (channel value). I assume that there is a way to do this with javascript node but I cannot find that var...
Hi team,How to get month from $([vars/From_Date])) in reports while filtering query.I tried Month($([vars/From_Date])) ,but getting error while using this function.
Hi guys,Is it possible to Query a schema, send it to a Javascript to apply a <where> condition and then return the schema result, therefore send it to another flow activity? I have tried it without result.Here's my jsquery = xtk.queryDef.create( <queryDef schema={vars.targetSchema} operation="sele...
Hi , I am having an input file decrypted on the fly and loaded subsequently in a dataloading step.vars.postProcessingCmd = "gpg --decrypt /x/x/xxx.pgp";I get the bellow error in the subsequent data loading.PGS-220000 PostgreSQL error: ERROR: COPY from stdin failed: BAS-010003 Unable to complete ope...
@Hello all,Regarding input form I'm wondering how may I remove "Add" and "Delete" buttons having a<input type="rightLinkList"> or<input type="linklist">elementI cannot use a different type since they don't list all the records of the related tableAdhiyan C Vapsy Jean-Serge Biron Adobe Campaign Cl...
What would be the best approach to recommend if a client has 300+ workflows running? in terms of performanceWhat could indicate if a client is running 300+ workflows on their marketing instance? poor implementation? lack of product knowledge?In terms of performance issues? whats the best approach to...
Hi,as part of workaround there is a need to record some recipients in BroadLog but without real delivery. So, I need some kind of passive delivery (which will not be executed like sending email, etc...) for workflow and incoming recipients to be recorded in BroadLog. I tried with creation of new Ex...
Hi All,We have more than 1 market in same instance .We need to create new Administrator folder (Access management,Configuration,Platform,Campaign management,Production ) under each market folder.When we try this there is no option to create new Administrator folder.Does anybody has idea on that?Than...
Hello all,I'm here to ask you how may I develop an input form having a variable number of fields.Here my use case.The data schema related to the form would have multiple records associated to the same product and differs for the campaignEs: MyTable (cus:myTable)<Product code, Campaign internal name,...
Hi everyone,I am trying to figure out why empty SMS is not delivered to my phone number. (SMS with some text inside is sent and delivered properly.)There is not topology rule for stopping this empty message. It seems that message is pushed to the connector, but there is no confirmation from SMS midd...