Tell us what you are trying to do?
Using the WP Sheet Editor plugin for bulk editing Toolset Content types.
Is there any documentation that you are following?
https://toolset.com/course-lesson/bulk-editing-toolset-content-with-wp-sheet-editor/
Is there a similar example that we can see?
https://toolset.com/course-lesson/bulk-editing-toolset-content-with-wp-sheet-editor/

Nigel
Supporter
Languages:
English (English )
Spanish (Español )
Timezone:
Europe/London (GMT+01:00)
Hi there
The Forms API hooks are only triggered when submitting Toolset forms.
A plugin like WP Sheet Editor probably triggers standard WordPress hooks like post_updated, but you would need to consult their documentation or support to be sure.
Thank you for the information.