Expand my Community achievements bar.

SOLVED

Using a function in a reconciliation node

Avatar

Level 3

Hi,

 

We are creating a workflow and need to use a reconciliation node between a temporary table and a field of a resource. The problem we have is that in the resource field we need to take only the first 15 characters and the reconciliation node does not allow us to use functions, only the fields directly, how can we do it?

 

Thanks

 

Luis

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@LAR1985 You can use the enrichment activity to define the primary set and target set then use reconciliation within the enrichment activity to apply the function on both the temporary table and a field of a resource.

Example screenshot where you can have a function on both source and destination that uses the advanced functions.

SatheeskannaK_0-1727147028078.png

 

Thanks, Sathees

View solution in original post

2 Replies

Avatar

Level 7

Hi @LAR1985,

 

A good way it might be to use and enrichment where you create and additional field in which you sabe the first 15 characters using the substring function.

Afterwards, use this calculated field in the reconciliation node to make it match with the other table or resource.

 

¡Hope this helps!

 

Regards, 

Celia

Avatar

Correct answer by
Community Advisor

@LAR1985 You can use the enrichment activity to define the primary set and target set then use reconciliation within the enrichment activity to apply the function on both the temporary table and a field of a resource.

Example screenshot where you can have a function on both source and destination that uses the advanced functions.

SatheeskannaK_0-1727147028078.png

 

Thanks, Sathees