51
Views
6
Comments
Solved
insert multiple data to a local variable
Application Type
Mobile

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


TicketingApps_v364.oml
2020-08-31 05-04-40
Rahul Jain
Solution

Hi Yosua ,
You can use Listfilter on source GetCompany.CompanyResponse
 

UserImage.jpg
yosua yansen

Hi @Rahul Jain 

thanks for your response, why the result is different or empty ? do i make mistake at debug?

2020-08-31 05-04-40
Rahul Jain

Is company code available for company_id=2 ?


UserImage.jpg
yosua yansen

Hi mr @Rahul Jain 

thanks for your suggestion, i already change the assign and already successful make a "create form".


2021-12-07 07-28-47
Arnold Ayaoan Jr

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.

TicketingApps_v364.oml
UserImage.jpg
yosua yansen

Hi @Arnold Jr Ayaoan 

thank you for your response, i will try your suggestion 

2020-08-31 05-04-40
Rahul Jain
Solution

Hi Yosua ,
You can use Listfilter on source GetCompany.CompanyResponse
 

UserImage.jpg
yosua yansen

Hi @Rahul Jain 

thanks for your response, why the result is different or empty ? do i make mistake at debug?

2020-08-31 05-04-40
Rahul Jain

Is company code available for company_id=2 ?


UserImage.jpg
yosua yansen

Hi mr @Rahul Jain 

thanks for your suggestion, i already change the assign and already successful make a "create form".


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.