Przemek Stasica Posted October 24, 2021 Share Posted October 24, 2021 Hi, I have a table with two columns, e.g.: ID, Names I'd like to have a dropdown in text area to be able to select from the Names column (and this selection can be captured into 'chosen Name' Document Property) but I'd also like to capture the corresponding ID value into anotherDocument Property 'Chosen ID'. Is there any built-in mechanism to achive that (actually I could skip the Name capturing and only capture the ID ifthere was a way to do that) Many thanks for any tips! Link to comment Share on other sites More sharing options...
Fabian Duerr Posted October 30, 2021 Share Posted October 30, 2021 You can create a TERR data function that takes your table and your document property as input. The function should use your doc property to filter the table (Names column) and then return the ID as a new doc property. This should be straight forward. Keep in mind that names might not be unique. So what should happen if there are two or more people with the same name Let me know if you need more support with the function. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now