How to map data only one time when using same fields on UPDATE and CREATE modules?

Hi,

image

I update if data exist and create if data not exist.

I’m using same data fields and I need to map the data both for update and create modules = 2 times,

image
image

  • How to map the data fields only one time for both for update and create modules?

Hi. If I understand correctly, what you need is to remove the filters after the route. This way the flow data will be used by both paths

If you need additional support, please don’t hesitate to reach out.

Cheers
//Helio

Hi Helio,

I mean I want to update if data exist and create if not exist. So I will use update and create modules upto the existence of data. But I need to manually map the data one by one both for update and create modules.

Is there a solution to map the data only one time for both modules?