I have two forms to collect info, after the end of a form it should trigger next form and start to ask prompt for next form. How to do this? trigger a form without listening to user
the reason why I have two separate form is that, i have two slots filled by two different entities but these entities might have same value and both slot get updated simultaneously when i need only one slot to be filled, so i was experimenting if i could resolve this by using 2 separate forms.