问题 Currently building a Zapier app but running into a blocker when trying to pass information from a dynamic dropdown. Ideally, I want to be able to set an object of data to bundle.inputData whenever someone selects an item. Thedocs only provide a single value solution, but wondering if anybody knows of a solution to this? Example of the problem: //User Data [ {id:1, name: Tommy, email: tom@gmail.com}, {id:2, name: Bill, email: bill@gmail.com}, {id:3, name: Greg, email: greg@gmail.com} ] //Input