Skip to main content
January 6, 2025
Question

Table is not getting updated

  • January 6, 2025
  • 4 replies
  • 0 views



In 2nd Db, values are not getting updated ,it is throwing error as rank inputs . only values are getting updated in 1st DB , 2nd table has foreign key relation with 1st table

    4 replies

    nilanshum856600
    January 6, 2025

    It might be possible that the primary key is not getting fetched in the output of the 1st write node. Please share the error if you need further support.

    sabat0002Author
    January 6, 2025

    mathieud0001
    January 6, 2025

    1. Are you sure that you are capturing the output of the first node and then setting the foreign key in the 2nd CDT?

    2. If these are Records, have you considered using write related records? docs.appian.com/.../manage-record-data.html

    January 6, 2025

    The output of the 1st write-to records must return multiple outputs which might be the cause of this error. Please check all Activity class parameters that they do not return multiple outputs.