if i use createorupdate action is there any way to know current action created or updated the record?
Hi,
Yes you can use one input of that entity primary key and at the time of add it will go NullIdentifier and at the time of update it will go Id of that particular record.
Let me know if you need more help
Thanks
Ruchi
Hi Rajesh,
Yes we can do that by checking on the id in createorUpdate action.
Thanks and regards
Hello
Adding to above replies, just a littel explanation for your exact question that - How we know,So the answer is,
For Creating a new Record
For Updating a Record
You can also check a very good explanation here by our OutSystems MVP's @Eduardo and @Dorine https://www.outsystems.com/forums/discussion/85614/real-time-examples-to-use-create-entity-action-over-createorupdate/
I hope this will help you to understand.
Best RegardsTousif Khan