Hi, I'm in a corner I can't find a way out of.
I only found the issue because I needed to test the inbox.
So.
I'm pulling @layer and using pulldata to get the attribute
pulldata("@json",${pulledLayer},"attributes.my_attribute")
It works like a charm and writes the pulled data to the table.
When I need to update the collected survey, I get the issue that it pulls the data, and does not use the data that is already stored, how do I fix this, so if the the attribute is not empty, use that value, and if empty then pull the data?
Thanks