Hi,
I am trying to write data into DB using record type which is multiple.
Process variable had data correctly but when it is writing into db the data is writing as null though source fields and record fields data type is same and structure is same.
Can someone help me on this?
Discussion posts and replies are publicly visible
Is this a synced record? Do you see any difference in the data when querying in Appian vs. looking at the DB?
Did you check the tomcat stdout log file for any issues?
Did you check the sync log of that record?
Unknown said:Do you see any difference in the data when querying in Appian vs. looking at the DB
She is saying "write records" not writing all the data from process variable to DB. She can't find few column values, that's odd .either it's overriding or mapping issue from appian or from DB(triggers..etc.,).
Hello Hemaashri
Is this data by any chance a related record data? My guess is yes. What are you doing to the data. Is there any script task before this write records node where you are updating the data? Or are you handling it in a single Variable in the Interface?