Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2025 09:38 AM - edited 03-26-2025 09:47 AM
Hi @Ankur Bawiskar I did try adding the gs.info in the beginning before triggering the subflow and after the execution and I didn't see 'before triggering subflow' or 'nb did this run?' in the log, which means the script is not being executed. The subflow does work just fine if executed it manually.
What can I do to resolve this? Is my conditional script written incorrectly? I even added gs.info logs in my conditional script:
gs.info('nb - gdt is ' + gdt);
gs.info('nb - day is ' + day);
gs.info('nb - answer is ' + answer);and these are the results: