Is it possible to use a validation prompt based on a table field?
Yes, it is possible to use a validation prompt based on a table field. Validation prompts allow you to describe how you want to validate a field in your own words, and these prompts are used to generate custom validation rules written in Python code. You can use autocomplete to select field names, including those from tables, when creating these prompts. Once the prompt is executed, it generates a custom validation rule that can be used to validate the data in the table field.