Hi. I have a registered feature service in my newly-upgraded 11.2 Portal. The service is NOT hosted; it is linked to my SQL Server Enterprise GDB. This feature service has a few related tables.
I'm trying to create a series of tables or sheets in Experience Builder where if I click on a record in one table (main feature service), a second table gets filtered based on a related field. I'm trying to do this using a Message Action. I have a RowID and a Parent RowID that I am linking the two tables on.
I did this in another ExB in Portal 10.9.1 and it worked fine. Now I'm trying to replicate the workflow in 11.2 and it doesn't work. When I set up the message action and click a record in the main table, the second table shows 0 rows. I can't figure out what is going on. Are there any bugs logged related to this?
Thanks!
**Editing to add that the workflow works fine using a hosted feature service and its related tables. So, it appears there is something wrong with non-hosted feature services and message actions.