Page list in Activity

Hello.

I have a Activity, where I need to verify ir a user exist(with when) and after that, get the information from that user from my Page List into my section properties(name, last name, gender) that is already in my data type.

I already make the when step, that verify if the user exists or not, but I dont know how to set properties on my section from the page list.

Is there a way on doing this?

Hi @AlejandroM17432338,

You can make use of any of the below functions to get the index page which satisfies your logic.

It returns -1 if none of the pages matches the condition.

Once you get the positive index. You can do a simple property set to set the value to the page you are using is your section.

You can do same is a data transform as use of activity must be limited.

Thanks, Ankit

Hi @AlejandroM17432338,

for this requriment we have mutiple opprocahes

in that one approach we use in when use IsInPagelist ootb function pass required paramters to the function

If the user exits write a property set "Duplicate data " otherwise insert new the record

property-set mapped the properties and Obj-Save

Regards,

Mohd Qizer Uddin

@AlejandroM17432338

You can try the below approach which can resolve your issue

Example:

I have created an Activity and setting the Param value from the Index value fetching from the Data table with Page list property and checking the

When Condition: It Returns 1, if any of the pages matches the condition (Otherwise it will exit the Activity)

Note: I have Used OOTB Page Property to copy the Results, you can use your custom properties.

Data of the Particular Record is being fetched and displayed on the pyTempPage.