Hello, I searched the forum for a similar topic for about an hour but couldn't find it. If there is one and I'm sorry for reopening this topic.
The problem I'm experiencing is as follows. I have two multiple additional fields. And I want to synchronize them with a formula.
For example, I want the images I added to my field1 field to appear in field2.
I did this in a simple way, my formula is as follows;
field1Ids = field2Ids;
field1Names = field2Names;
field2Types = field2Types;
This formula works at the first save stage. (image1)
disappears when I refresh the page. (image2)
I hope I explained it. Can you help?
The problem I'm experiencing is as follows. I have two multiple additional fields. And I want to synchronize them with a formula.
For example, I want the images I added to my field1 field to appear in field2.
I did this in a simple way, my formula is as follows;
field1Ids = field2Ids;
field1Names = field2Names;
field2Types = field2Types;
This formula works at the first save stage. (image1)
disappears when I refresh the page. (image2)
I hope I explained it. Can you help?
Comment