Hi everyone
I want to make a "Create Form" using API, i try to insert multiple data in one local variable
( one dropdown create multiple data " ex :
"to_company_id": 2,
"to_company_code": "TE" )
because need to fill the request api , im struggling to create the form , please let me know if anyone can figure it out to solve this, thanks for your time.
this the request api
Best Regards,
Yansen
Hi Yosua ,You can use Listfilter on source GetCompany.CompanyResponse
Hi @Rahul Jain
thanks for your response, why the result is different or empty ? do i make mistake at debug?
Is company code available for company_id=2 ?
Hi mr @Rahul Jain
thanks for your suggestion, i already change the assign and already successful make a "create form".
Hi @yosua yansen,
You can try to do this in you save action:
Or do this in dropdown change(has performance penalty):
I also attached the modified OML.
Hi @Arnold Jr Ayaoan
thank you for your response, i will try your suggestion