Hello,
I’m currently developing a Pipedrive Extension App and I want to leverage the JSON modal feature being triggered from a Deal Filter view.
By selecting all the deals in a specific filter using the checkbox feature the field selectedIds
is empty as written in the documentation, however, I’m expecting to receive the filter_id in the payload to know from which filter it has been triggered and so get the associated deals to trigger the right action on the submission of the modal. It’s actually working with Link actions.
Is it a limitation of the JSON modal feature? Is there a workaround or is it planned in the roadmap to add this feature?
Thanks in advance