Skip to Content
0
Aug 03, 2023 at 02:21 PM

createif with logic

76 Views

Hi

I have field "type" that sometimes arrives from the source and sometimes not.

When the Type field is delivered, I want to check what type it is and depending on what type it is, create and fill the TypeNew field in the target structure.

Usually I just connect Type<->TypeNew

But what if Type is not supplied? So it is not only empty but does not exist?

I can't do it with creatif and I can't find any examples.

I would like to achieve this:

Does the Type field exist?

If yes, continue with the logic, create TypeNew in the target structure and fill it with the new value.

Can anyone help me with this?