Skip to main content
yasminea4528
Known Participant
March 28, 2024
Question

error: Each item within the input "Records" must be a record data type. Received: *** accounts.

  • March 28, 2024
  • 16 replies
  • 10 views

hello everyone , i need some help , how can i solve this , im trying to learn appian so i need some help to better understand it , 

    16 replies

    karumurua531442
    Participating Frequently
    March 28, 2024

    hi [mention:9322c334ce224857b6b7e2f011f055bd:e9ed411860ed4f2ba0265705b8793d05] is the pv variable is type of record?

    yasminea4528
    Known Participant
    March 28, 2024

    yes! 

    karumurua531442
    Participating Frequently
    March 28, 2024

    could show the write to records smart service please? If there is no sensitive data

    New Participant
    April 28, 2024

    hello [mention:9322c334ce224857b6b7e2f011f055bd:e9ed411860ed4f2ba0265705b8793d05] , did you find the solution for this yet?. I have got same issue in the process and looking for help

    konduruc733182
    Inspiring
    April 28, 2024

    Please share the setup tabs, process variables tab and also the error that you have received. Mostly a variable configuration mismatch.

    Participating Frequently
    September 5, 2024

    Hi, Someone pls tell me what i need to add here...? i have selected all Process variables in { }, but getting error.

    abdurrahimi5760
    Known Participant
    May 14, 2024

    Check these two,

    1. If value is passed from interface to this process, have the PV as parameter in the process model.

    2. While passing value to the processParameter, construct the recordType! values in a rule for each field and call it while saving the value to the variable.

    Participating Frequently
    September 19, 2024

    Hi,

    Actually i am updating Tenant. If Status is "Inactive" automatically Flat Status needs to change to "EMPTY".

    Till Tenant update Record it's working fine, After that i am getting flat details by executing script task and trying to update the status as EMPTY, but instead of EMPTY, it's updating status as "false" .

    Where i am doing mistake, Pls suggest...

    New Participant
    September 19, 2024

    Sometimes this error occurs when the pv is null so check whether the pv has data 

    keerthanar849441
    Known Participant
    September 26, 2024

    Is this issue resolved now? we are also facing the same issue. Could please share the fix that you have made?

    Participating Frequently
    September 27, 2024

    Hi [mention:ea050100b6b344e79c623ecd06231030:e9ed411860ed4f2ba0265705b8793d05] ,

    Just check before write to DB node whether the pv has data or not.

    keerthanar849441
    Known Participant
    October 2, 2024

    Thanks for writing back. We found the root cause, in the record data one null/empty value got appended. After removing the null value using reject function, the issue is resolved