17
Views
4
Comments
Solved
[CsvUtil] (ODC)When using CSVUtil to upload, do I have to use CreateOrUpdateAction
Question
CsvUtil
Forge asset by BlueMeme Inc.

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.

2022-12-22 10-00-39
Beatriz Sabino
Solution

Hi Dilmi,

To create records in an entity, you will always need to use the Create or, CreateOrUpdate actions.

UserImage.jpg
Dilmi Amarasingha

Thank you

2025-04-14 11-22-14
Aditi Saraswat

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.

UserImage.jpg
Dilmi Amarasingha

Thank you

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.