Value Mapping Issue using Bulk Insert Data in DB

Hello All,

I am following the Bulk Insert Data tutorial and have followed the steps as mentioned there.

When I select 'Bulk Insert Data' button and choose the table to insert data, i do not get the dropdown as shown in the tutorial to map the Value with the Column, as can be seen in the below image.

Also, if I use the dynamic selector to link the Value it updates as {{csvImport[0].org_name}}. Doing this inserts only the ID field & not the data.

image

It's working now.
I removed the curly braces {{ }} from Value fields.