When using CSVUtil to upload, do I have to use CreateOrUpdateAction?If I don't use it, the uploaded data doesn't get saved in the table.
Hi Dilmi,
To create records in an entity, you will always need to use the Create or, CreateOrUpdate actions.
Thank you
Hi @Dilmi Amarasingha,
Yes, you need to use the Create or CreateOrUpdate action in your flow to save the uploaded data.If you skip this step, the data will not be stored in the database.
Thanks.