Error - CE0127 - MISSING ARGUMENT FOR PARAMETER OF PAGE

1
Hi!   I’m trying to create a microflow to show a page that has a lot entities. But, when creating the “show page” activity and linking to the page, the following error is displayed: CEO127 - MISSING ARGUMENT ‘ ‘ FOR PARAMETER OF PAGE ‘ ‘.   I have created the variables, but I can't insert it in the Argument.   Could you help me?              
asked
1 answers
3

Hi Carla,

It seems like you need to create a new object of type DPS. Use the Create object action and set it before the Show Page (repeat this for all the objects you need).

 

And then double click on the show page action to update the parameter with the object you just created.



In any case, also check if you are using the correct parameter inside your page (maybe you are using a wrong Entity here):



It seems like you have a lot of page parameters there, check if every one of those parameters is needed and if not, delete the unnecessary ones.

I hope that solves your issue, best regards!

answered