Hi so I am having a lot of trouble with one thing. I have gotten part of it to work but struggle with the second part. I have a user fill out a form which requests money from a user.
Now where I’m struggling is to now get it to appear on a dashboard of the user who is being requested of the money. In my users database I have a datatype called RequestedPayments but I can’t get the list from my requests data table to there.
Hi there, @jdrevnyak… if I understand your post correctly, I think a repeating group with a data source that is a Search for requests with a constraint where recipient of request = Current User's phone should do the trick. I just tested an example and it seems to produce the desired result, again, if my understanding of what you are trying to do is correct.
You’ve selected your user’s phone number as the search constraint value (which is a text), hence the error. Your recipients are ‘users’, so you need to select a ‘user’ for the value.
So just select ‘current user’ and that should give you what you’re after.