Is DataMesh unable to match Look Up Values that are the result of a formula? My DataMesh wont run and am looking to see if there might be an alternative work around.
I have a Triannual Report form that needs to be filled out across campuses. The Campus representative must be able to see and review each report completed by various programs at their campus. They must also follow up with anyone who hasn't completed their form so I have a tracking list for them and for us internally. Campuses should not be able to see each others statuses. Projects should not be able to see each others responses. I cannot simply assign forms/rows to specific people because the submitter can change frequently.
I am probably overcomplicating all of this, but this is what I have tried so far.
I have a Triannual Report that projects at various schools are completing. There are some projects that exist across multiple campuses. On the form I have logic to bring up specific projects at each campus and then a second logic set of questions based on the project selected. These submissions are then checked on a campus level via Dynamic View. In the Dynamic View I have Campus representatives reviewing the submissions which updates the row status.
On the internal sheet, I have a column that creates the unique identifier for the row " = (Campus) + " " + (Project) " to get the Campus Project name.
I have a separate Completion Status sheet by each campus/project across the year. Each campus and project is listed. I wanted to data mesh the status update but DataMesh can't recognize the names as the same.
I then changed how the Completion Status sheet created the names to match how the Triannual Report are generated. DataMesh still couldn't recognize the names.
Now I'm thinking I need to do an IF INDEX MATCH across sheets but I can't seem to get a formula to work. Although I'm probably doing something wrong as I don't totally understand how this works.
=IF(INDEX({SAPEP Triannual_ Fall 2024 Range 1}) MATCH([campus/program]@row, {SAPEP Triannual_ Fall 2024 Range 2},0)
Alternatively I'm thinking about how i could use a dynamic view. Maybe I could have the sheet prefill all of the campuses and programs and have them fill it out through Dynamic view, but that looses the Logic and will present them with questions they don't need. Even if i did personalized dynamic views by project with the questions specified, I'd have to go through a lot to get sharing access done properly because it's not very straight forward as to who fills out the Triannual Report.
Maybe I just need to suck it up and make all campus/programs a drop down option and go through and redo my Logic Paths for my form? Then Data Mesh will be able to run?
Is there a better way to do this?