Array function in Pabbly??

Nayyar

Member
check how we can define array, and then find something on the base of index?

array('muhammad yousaf'=>'[email protected]','muhammad fayzan'=>'[email protected]')
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
 
P

Pabblymember11

Guest
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.


Thanks
 
Top