Hello, Im new to make. i am creating a scenerio where i have http get module and wanting fill a pdf form based on the data in http get module. the problem is here
after parsing the result using parse json, i can get all the fields
but when i access it in fill pdf module, i can only view 1 field and not the entire list of field. i tried using iterator but if i have 13 fields, it will loop through them and fill the pdf based on those numbers, i tried using array aggregator also but it seems i can only get the 1 field also
please help. thank you in advance