71
Views
3
Comments
Solved
How to sync smartsheet data to outsystem database
Application Type
Reactive

Hi Team,

I have data in the smart sheet and I want to fetch that data and store it in the database and it is working fine for me.

Required Functionality: if new data is added to the smart sheet then only that data should insert into the database. 

I tried the Unique index but got errors as can not insert a unique key

I use 'For each' for smartsheet data and need to check whether the value is present in the database or not, and this functionality is not working for me, Any suggestions?


Thanks,

Pallavi

Smartsheet.oml
2021-09-27 13-16-54
Yusuf Kerim Tüysüz
Solution

Hi  Pallavi,

I showed you how to do it on oml file. I hope it works for you.

Please check the oml file.

Best regards,

Yusuf Kerim

SmartsheetEdited.oml
UserImage.jpg
Pallavi Mutkure

Thank you, Yusuf.

It is working fine.

Regards 

Pallavi



2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi Pallavi,

When you write "if new data is added to the smart sheet then only that data should insert into the database.", do you mean new rows added at the end of your smart sheet, or any cell that could be changed?

You seem to only save a limited set of data from the spreadsheet. If you have an attribute that uniquely identifies that data, you could create a unique index on it. And then use an aggregate to see if the record already exists or not.

Regards,

Daniel

2021-09-27 13-16-54
Yusuf Kerim Tüysüz
Solution

Hi  Pallavi,

I showed you how to do it on oml file. I hope it works for you.

Please check the oml file.

Best regards,

Yusuf Kerim

SmartsheetEdited.oml
UserImage.jpg
Pallavi Mutkure

Thank you, Yusuf.

It is working fine.

Regards 

Pallavi



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