formula multiplefile = multiplefile problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • Ashif Malayil
    replied
    Hello,
    You can try using just one formula: field1Ids = field2Ids. However, this approach may not work as intended because it maps the values of Field 2 to Field 1, which might not be the desired operation. Instead, you should use the formula field2Ids = field1Ids, as this correctly maps the values from Field 1 to Field 2`.

    Leave a comment:


  • shalmaxb
    replied
    Could you give some more information?What field type did you use?

    Leave a comment:


  • brotherlouie
    started a topic formula multiplefile = multiplefile problem

    formula multiplefile = multiplefile problem

    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?
    Attached Files
Working...