Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Suggested Answer
Replies
16 replies
Answers
1 answer
Subscribers
8 subscribers
Views
14131 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Add/Update Action not writing to DSE
sarahk8341
over 8 years ago
New designer here; I've created an Action to Add or Update reference data but it is not writing to the database as it should. In monitoring the process it appears to run correctly, but nothing appears in the database. Any help would be appreciated!
OriginalPostID-272969
Discussion posts and replies are publicly visible
Parents
0
aloks0189
Certified Lead Developer
over 8 years ago
Adding to @bryant.st39 also try using index() function instead of using pv!referenceData.id so this won't throw any error if the property id or it's value not found(or having null), simply you can return {} like
index(pv!referenceData, "id",{})
that should handle this error
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
aloks0189
Certified Lead Developer
over 8 years ago
Adding to @bryant.st39 also try using index() function instead of using pv!referenceData.id so this won't throw any error if the property id or it's value not found(or having null), simply you can return {} like
index(pv!referenceData, "id",{})
that should handle this error
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data