but unfortunately, i cannot do that, each time i select category values it selects each column separately, and i only want one version of the template column and it should not be repeating for every row. i want to do this to send this template to chatgpt using the integration (message without history) to return some results.
note : i don’t want to use ask a question about table as it uses a different data model than chat-gpt 3.5 that is being used in messages with and without history
any help?
thanks
It definitly worked, thank you very much, an iterations i had to do tho:
these extra columns i added them to the users table and not categories, as the action editor reads the columns in user table only.
One Concern tho,
this solution will not work if each user have a different number of categories. is there any solution that is more dynamic?
An alternative is to build a template column that only contains a portion of the text relative to each row, and then use a joined list column to merge them all together.