Is it possible to run of bulk update all form entries to initiate API actions in each entries? Via PHP or another tips & tricks?
I try to setup the removal of the form entries based on which value is present in the field (the value is updated after the other form is updated via hook https://formidableforms.com/knowledgebase/frm_after_update_entry/#kb-automatically-update-a-field-in-another-form). But the API action does not start on its own (without direct entries updating).
Any idea?
You can do this with custom code but it's not easy and not anything I can explain without inspecting the details more closely. If you need to discuss with a developer, please visit https://formidable-masterminds.com/developers-directory/
Btw, there are hooks available to trigger actions programmatically: https://formidableforms.com/knowledgebase/add-a-form-action/#kb-perform-an-action
Please login or Register to submit your answer