I have a python script that I need to run when a record is inserted into our SDE layer. Anyone have success executing a python script from an Insert Trigger or have another suggestion?
Hi,
Hi,
I am afraid it is not supported. You need to try a regular SQL syntax to achieve this goal. Eventaully, if the updates go through REST API, you can try to develope Server Object Interception and implement the logic there.
BR,
Adam