Designing and Running Pipelines
Discuss how to use the SnapLogic platform.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Write expression for conditional check

Hi, I want to write this code in expression snaplogic. I need to map TestID. <xsl:variable name=“TestID”> <xsl:if test=“exists(node()/IDOC/A1[VW=‘F’]/NO)”> <xsl:copy-of select=“node()/IDOC/A1[VW=‘F’]/NO”> </xsl:copy-of> </xsl:if> <xsl:if test=“not(ex...

Sahil by Contributor
  • 5831 Views
  • 10 replies
  • 5 kudos

SharePoint Snaps

I am using the SharePoint Snaps to move data to SharePoint online list. In my SharePoint snaps, I am using an expression for the SharePoint site name to connect to different sites based on the input data. If the input data has one site name the snap ...

rfarag by New Contributor
  • 4237 Views
  • 10 replies
  • 0 kudos