Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
3 replies
Subscribers
7 subscribers
Views
2490 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
Write to data store entity: Is there a way to get number of rows successfully wr
maheshp460
Certified Associate Developer
over 9 years ago
Write to data store entity: Is there a way to get number of rows successfully written to DB after this call other than running another query?
OriginalPostID-194328
OriginalPostID-194328
Discussion posts and replies are publicly visible
Parents
0
narasimhaadityac
A Score Level 2
over 9 years ago
Hi Mahesh, as shiva mentioned you can use the stored values or if you do not need the key values assigned and not using stored values from output you can rely on the logic below
Upserts - array length of input
Insert - number of rows in input with id column null
Update - number of rows in input where Id column populated
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
narasimhaadityac
A Score Level 2
over 9 years ago
Hi Mahesh, as shiva mentioned you can use the stored values or if you do not need the key values assigned and not using stored values from output you can rely on the logic below
Upserts - array length of input
Insert - number of rows in input with id column null
Update - number of rows in input where Id column populated
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data