I have a process that needs to store entities and alerts in different tables.
Is there a way to get the ID of the newly created entity directly from the Write Record Smart Service, without having to perform an additional query from the record or database?
Here is the example of process:
Discussion posts and replies are publicly visible
Hello bleronakajtazi
You can configure it from the Write records node outputs using the Records Updated.
docs.appian.com/.../Write_Records_Smart_Service.html
Hi Konduru Chaitanya thanks for your answer. I tried in this way, but I lost other details for entity(e.g entity name), that I need to use for another reason in the same process.
Not sure what you have done there, Can you try using the custom output and use the same record variable that is passed for the input value.