Hi I am hoping someone can help.
I have a data type “incident” and within that data type have a number of fields, 2 of these fields are “people” and “property” I have also created a data type with these 2 fields so in essence I have 3 data types. Incident, people and property.
I have a Repeating Group showing some fields within the Incident data type and there is a button that i have created to take me to a pop up that will show all the specific incidents fields information.
The workflow works and the incident i have selected opens in the pop up.
I want to do the same for People and property however these dont work,
I have a seperate repeating group for Property and another for People. I have the repeating group set up as below:
When i set up the workflow to click the button to open the pop up i want it to show all the “incidents” information (all the incidents fields) (the same as the previous workflow) However this doesnt work as i have the below options when i select display Incident pop up:
What is the link between person and property to incident?
This is how you will get your answer to be able to use the current cell data and provide related incident item.
It could be a Current user / property’s related field to incident OR Do a search for Incident where user / property = current cell :first item
@Jici Thank you for the quick reply I have had a couple of months off building and cant work it out now, it may be simple but just cant work it out.
This is how my data is set up:
The constraint need to be set on (in) the Search for… not after. Click on search for and add constraint
Search for incident you just complete with :first item.