SubFlow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2023 04:29 AM - edited ‎12-28-2023 04:31 AM
My requirement is to show all the input variables of a sub flow on a record's new section. the subflow reference field is there on record that is referenced to "sys_hub_flow" table. How to Dynamically create fields and display the number of inputs in that new section according to the SubFlow selected. How to achieve this Please Help me and after saving the form the subflow should trigger.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2023 08:04 AM
Hi,
The table "sys_hub_flow_input" stores the input variable details. You can query this table and get the input variables for particular subflow.
Model column on that table refers to subflow.
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2023 08:17 AM
But How to display those all variables on a custom table record dynamically.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2024 04:52 AM
Have you found it?