I have a problem in Email body of Bots. I need the links to be generated dynamically.
So I typed :
CONCATENATE(“application link”, [Fournisseur])
But I have an error message that says it can’t find the Fournisseur column.
You are showing a saved Task. Saved Tasks allow you to specify a Table so that the Task can be implemented. But…when the Task runs in a Bot, it is the Bot Event that dictates what Table is in context.
I suspect the table you have specified in your Bot Event is different that the one you used to implement the Task and the column is not within that table.
How to fix this will depend on your goal you are trying to achieve.