I've been working on setting up what I like to call a "Scheduling Tracker." I'm a virtual assistant and trying to create an application to help me be more efficient when it comes to scheduling for my clients. I have one form where it just lists the company names. I have another form called "Contacts," where the associated company for the contact is a lookup field to the other form.
On the scheduling form I'm creating, once I enter who is being scheduled with, the individual's assistant (if they have one), auto populates into it's designated field with no problem and the name is correct.
However, I've tried to do the same thing with the Company. While it does auto populate, it puts in a 19-digit number instead of the actual company name. This number appears to be a hidden field that has been given by Zoho creator, which I can't find anywhere. I need the name of the company to auto populate and not this number.
Here is the script I've put into Deluge Script editor:
company = Add_Meeting [ Meeting_With == input.Meeting_With ];
Company_Meeting_Topic = Meeting_With.Company_Meeting_Topic ;
Any help would be greatly appreciated as I've tried to find the solution both on YouTube and do a Google search.