FYI: how to show/hide subform delete entry for specific users
- Create a hidden (admin only) field in your main form, e.g. Current_User
- Create a workflow for your form: Form > Edited (or Created or Edited) > Field Rules > name of workflow
- Add two actions:
- Action #1: Execute without condition, Set value of [Current_User] to ${zoho.loginuserid} (this is the key apsect of the solution)
- Action #2: Execute only if Current_User == "whatever you want" (e.g. myadminuser@domain.com)
- Show (or Hide if the above operator is != instead of ==) subform delete entry