
Hey, I'm trying to use the entity capture node in the AI studio flow builder, but I don't see how/where I can set up the data mapping to assign captured data to a variable. Especially for custom entities. Can you help out?

Thanks for your reply @Ankur , Basically, I'm trying to use the capture node to capture data from the users last message. I don't know how I can determine the variable where I want the captured info to be stored into. Does that make sense?

@Ankur, OK, but how/where do I map the captured info to the {{FLOW.Address}} variable? See, if I capture a full message, there's an option to determine where to store the captured data. Same for attachements. There's no such option for entity captures though. How should I handle these ones?

You don’t need to store an entity in a separate variable—you can directly access it using its name. For example, the address entity can be accessed using {{FLOW.Address}}
, as it already holds the value provided by the user.
Example:
If the user says, “My address is #1234 ABC Location,” then {{FLOW.Address}}
will return #1234 ABC Location
.