Subflows: Fields dependent on Table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2025 11:25 PM
Hello,
I am currently designing a subflow that is callable from a workflow. Its purpose is to give out unique records based on the field -- e.g. for ast_contract, the user would put in the business_owner field and get the unique names for business_owners in all contracts.
I can do this with script and it works. As of now, I have an input variable called "User Field". However, this is needlessly complicated -- I want the user to simply pick from a field on the table instead of knowing their name. I assumed Field List was the type I needed, but it doesn't seem that way either despite it being dependent on the input variable called Table.
Is there a way to do this?
Thank you for reading and I appreciate any and all input.