Hello, I wish everyone has a happy 2021!
Try to make a last push in 2020 and it seems I need some help…
I’m building up a search function for a repeating group that calls a list of ‘Answers’. The Answer table has a data type called ‘Ask’. The tables look like this:
Here are two scenarios that I faced that the search constraints data type mismatch.
-
Search Answers that contain Asks created by the current user.
-
Search Answers that contain Asks which were Answered by the current user.
Regarding 1) I tried to use Search for operation in a search for Answers. But the second search result returns a list of Ask data whereas the data type is Ask.
Regarding 2) I have no clue where to start…
Would be great to hear from you!
Thanks!
Ohyoon