This topic is locked

There is no 'After Reord Inserted' Event' in the import page

9/18/2025 02:54:46
PHPRunner General questions
J
jacktonghk authorDevClub member

After I successfully insert a record in the import page, I would like to update some related tables. However, there is no 'After Record Inserted' events. Besides using SQL server's trigger function, how can I acheive the same in PHP Runner? Thanks,

Best regards,
Jack Tong

Sergey Kornilov admin 9/18/2025

There is no After event on the import page, you can only use BeforeInsert event there.

J
jacktonghk authorDevClub member 9/18/2025

Will you plan to add this event to import page? With the BeforeInsert event, it is very hard for me to determine if the record being imported is valid or not, I only want to carry out additional steps if a record is successfully imported.