Deeplink with more obejct and param

0
Hi all,   Now I can config deeplink with 1 entity and 1 param,I was wondering , Can deeplink support with question as below ? and how ? config with 1 entity and 3 param  ex. Object Application [appId , gender ,skinColor] config with 2 entity and 2 param ex. Application [appId] Person [personId]
asked
2 answers
0

More parameters is possible. You can separate the GET parameters.

There’s no need for multiple entities to pass. “Catch” your parameters in one special entity as microflow parameter and in your microflow you can manage the entities you want.

answered
0

Hi Henri Schellingerhout

 

How can i get value of param1,2 from microflow if i pass object customer and customerId =0001 ?

what is variable ?

http://localhost:8080/link/customers/0001?param1=1&param2=2

answered