Array function in Pabbly??
Status: Closed · Asked by Nayyar on · 0 views
check how we can define array, and then find something on the base of index?
array('muhammad yousaf'=>'[email hidden]','muhammad fayzan'=>'[email hidden]')
define array
to find we will call 'muhammad yousaf' and it will return email of yousaf
and if we call find for fayzan it will return email of fayzan
Hey @Supreme
Hey @Nayyar
For your work, you can try the "Look Up Table" action where you need to first sort the JSON array in normal format to process it further, then you can pass the corresponding values on the Lookup table fields.
You can check out our short video on Look-Up Table for a better understanding.
youtube.com/watch?v=0umsoycOlfo
Thanks