In a flow: How do we allow a user to edit, add, delete records from a database?
Summary:
We need to allow OIA flows to read records from custom objects into a flow, show them to the user, and have the user add, delete, or update the records. Then save them back to the database. How to do this?
Content (please ensure you mask any confidential information):
Hello,
In a flow, I need to read in records from a database to an array. Allow the user to add, delete, and update records in the array and then save the resulting records back to the database. However, it appears that flows will not allow a record collect to be used with an array that is mapped in from a database nor from an array that is created by inferrence.
0