Samed Gurses wrote:
Diksha Wadkar wrote:
Samed Gurses wrote:
Diksha Wadkar wrote:
Hello Samed ,
You can store current user data in database by using following steps.
1) Fetch user data using aggregate and put filter on it User.id=GetUserId()
2) Assign aggregate values to Create action of your entity .
Hope it helps !
Thanks & Regards ,
Diksha Wadkar
Hi Diksha,
the problem is that i dont know what to choose for the variable and value:

the second one, is this going the right way?
Hello Samed,
If you want to store current logged on user id in second assignment then you can directly use
GetUserId() build in function in second assignment .
Hope It Helps !
Thanks & Regards ,
Diksha Wadkar
Hello Diksha,
Actually the items i want to store are : email, name and mobile phone number. Should i make 3 different assignments then? And what should i choose for the value?
Hello Samed ,
Please check the following flow diagrams

I have fetched user data using aggregate and i have filtered data of current user .
And createuserdata2() this is my dummy entity action for storing data .I have created entity user2 .
Please check below diagram for assignment .

Hope it helps !
Is it also possible to prefill the input fields? So that the input fields have a initial content allready with for example email of the current user filled in the input?