I’d love to see support for nested conditional logic in Forms. Right now, I can only show fields based on one parent response, but I need to trigger follow-up fields (like dropdowns or attachments) based on answers to previously revealed fields. This limitation makes it hard to build layered workflows. EXAMPLE: Field 1: Dropdown – “Do you need feedback?” Options: Yes / No → Logic: If “Yes” → show Field 2 Field 2: Dropdown – “Type of feedback?” Options: Strategic / Creative / Technical → Desired Logic: If “Strategic” → show Field 3 Field 3: Attachment – “Upload supporting documents” → Problem: You cannot trigger Field 3 based on Field 2, because Field 2 is already conditionally shown by Field 1. LIMITATION: ClickUp only allows conditional logic based on top-level fields. You can’t nest logic like: Field 1 → Field 2 → Field 3 Instead, you can only do: Field 1 → Field 2 Field 1 → Field 3 Even if Field 2 is visible, Field 3 can’t be triggered by it unless Field 2 is always visible.