Having two tables one is having 100 records other is having 5 records with same index as in table one , I want to update the table with 100 records with the data from table with 5 records using foreach loop in appian? write syntex.I am trying to update records using write to record function. Can anyone explain about this.
Discussion posts and replies are publicly visible
As far as I know, there are two issues present:
Potential solutions may vary based on the requirements and data:
Hi EREN_YEAGER ,Thanks for your reply !!So i was thinking previously , that i need to solve this problem throught a!startprocess To solve this point need to create process model and interface through interface i will handle the related data and employee data and then need to submit the process accordigly..Please let me know is it right ???
Certainly, but there's no need to directly write the data in records in interface itself. Instead, you can utilize the rule inputs (RI) of the interface and process variables (PV) to capture and transfer the data generated or manipulated within the interface into the process. Moreover, you have the flexibility to designate the variables as multiples, enabling you to manage multiple sets of data seamlessly.
EREN_YEAGER ,Thanks !!!!Let me try to solve this. Thanks again