Hello Neha,As displayed in the error dialog box. Remove the scopes from
the App permissions.ORTo use these permissions you app needs to be
reviewed by the facebook. Visit this page
https://developers.facebook.com/docs/apps/review and justify why do you
want to use these permissions.Thanks,Manoj
Hello Tejashri,This is how your updated code will look like.for each(var
enumValue in enumElt.enumValue){ if(enumValue.@label=='1'){ var
deliveryStatus='sent'; } if(enumValue.@label=='2'){ var
deliveryStatus='failed'; }}Thanks,Manoj
You can just add a split activity that will look at delivery logs for
the specific delivery code. if the delivery code exists then exclude the
audience else you can send them the communication.Thanks,Manoj
Hello Tejashri,The values in enumeration are numeric only. You can refer
to the image below to get the exact status.And in the java-script you
can do something like this.if(enumValue.@label=='1'){var
deliveryStatus='sent';}if(enumValue.@label=='2'){var
deliveryStatus='failed';}and so on.Then you can use the deliveryStatus
variable where ever you want to use to get the label.Thanks
Hello Ramprakash,You can query on xtk:workflow schema to get
@processDate, @label, @lastStart.To get the user info you will to get
workflowLogins schema.Thanks,Manoj
Yes, you can add admin and config folder to each locale folder. Just
right click on Locale folder and select whatever option you want to add
to the locale folder.Thanks,Manoj