Im having trouble getting a lookup field to work how I think its supposed to. I put the link to a demonstration of the problem here: https://www.loom.com/share/47579fc996494474a757b9acab0ec112 Essentially, I have Form_1, Form_2, Form_3. Form_1 is a user agreement for different services. A service is selected from field_a in Form_1. field_a is a lookup field that gets its values from entries in field_z in Form_3. A user must be signed in to submit Form_1 and field_a is a required field. Form_2 has field_b which is a lookup field that pulls value from entries in field_z in Form_3. There is also field_c in Form_2 that is meant to check if, when the signed in user selects a service in Form_2, field_b whether they have submitted a Form_1 with the same service selected in field_a. If so, it is supposed to render the name of the service (or really any value). field_c, Form_2 is a text field where the default value is a lookup of Form_1, field_a watching Form_2, field_b. My issue is that field_c in Form_2 is essentially not responsive (never renders a value). It does not appear to be pulling the Lookup/Watchlist value. I hope between the description above and the video description this makes sense.
Victor. Thank you for the response. I'll take a crack at implementing this.
Please login or Register to submit your answer