Access issue

Hello Reader ,

We have one response form in that form we are having a action which itself opens a new form, so in that action form we have one field name as [A003] which will be a email field ...so now lets say Person 1 is creating a proceject he fills the form and now he opens the action form which is under that main project form and fill up the action form and put the email of the Person 2 in the field [A003] in the action form and now he saves the form....so now what we want to to is we want this person 2 to be able to access the action and the project both which are created by person 1....we have slice in the app which filter outs the responses created by user on the basis of the email , so they can see only their responses or project created........this [A003] field and the action form is based on "Action Response" table whereas the Project form or the response form which is the parent form under which we create the action is based on the "Response " table....we are unable to figure out how can the Person 2 (whose email is there in [A003]) can see the project....we have set he automation but it only shows the details of action when clicked that link from the email..

How can we do this..please help 

Thanks

0 1 70
1 REPLY 1


@Mangesh_Mundhe wrote:

we have slice in the app which filter outs the responses created by user on the basis of the email , so they can see only their responses or project created.

we are unable to figure out how can the Person 2 (whose email is there in [A003]) can see the project


Slice row filter condition:

IN(USEREMAIL(), LIST([email], [A003]))

 

 

Top Labels in this Space