119
Views
3
Comments
pass a list of text to (client action function) from expression
Question

pass a list of text to (client action function) from expression

2018-10-29 08-31-03
João Marques
 
MVP

Hi Abduerhman,


Serialize the list using the JSON Serialize action from the left panel and use its output as a text input of the JavaScript block:



Kind Regards,
João

2023-04-16 15-25-31
Krishnanand Pathak

Hi @abderhman salama,

To pass the list to client function through the expression.

First store the list items in local variable(List)


Then pass the list to client function as shown below


Oml is also attached for reference.

Regards
Krishnanand Pathak




PassList.oml
2024-09-12 02-43-38
Deepsagar Dubey

Hi @Abduerhman Salama 

Create an action of function = Yes and create an input parameter of Text List type


 

Then from your screen pass the same type of variable in your function from expression, like this -


I hope it'll help you,

Thanks

Deep

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