Capturing multiple pieces of information that are ...
# 🤝help
a
Hey, I'm running in to a use with capturing information of an user. I would like the user to give a brief explanation of their problem, my question is as follow. (simple version) What's your company and how big it is and what is the problem you encountering pretty much? Now I would like to capture those different elements in different variable couldn't really find a way to do it
l
do you receive inf from client ? then need to capture some of your needs ? such as summarization ?
a
@astonishing-exabyte-43823 idk if this could work but u can try to use an AI task card. Take this example: What's your company and how big it is and what is the problem you encountering pretty much? User Answer : my company has 50 employees and I need help managing the free food provided to them in the afternoon. Now use AI task card. Input : {{event.preview}} Task info: separate the input into size of the company and problem faced by the company and save size of the company as workflow.size and problem faced by the company as workflow.problem. Output Variables: workflow.size, workflow.problem Give task examples too. Input : my company has 50 employees and I need help managing the free food provided to them in the afternoon. Workflow.size = 50 Workflow.problem = 'has problem managing the free food provided to the employees in the afternoon.'
P.S But I wud recommend u separate them into two questions tbh
a
Ah ok! Thanks for your explanation, I will try it out and check how well it works else I am gonna separate it
10 Views