Hello everyone,
My colleague and I are working on building an application for users in the Marketing Team to update their marketing events data.
Currently they have a flat file with columns such as Marketing Activity, Cost, Channel etc. and rows representing marketing activities.
We want them to use the app to select an activity, select a specific field and then update that field.
We have 2 parts of the chained app built already which allows them to
- Pick a marketing activity (select the right row)
- Select the field to update (select the right column)
But we are struggling with step 3, to update the selected field. Currently we can just write a new field but not write into the selected field.
See below snipping.
Is there a way to directly write into the selected field?
Thanks