When saving a changeset to a variable the changeset isn't cleared.
Minimum reproducable app:
Add transformer as data source with random collection
Add table with transformer as data source
Make fields editable
Create variable
Set table save action set variable to changeSetObject and select clear on success.
Change data and Save
-> Data is saved into variable, changeset is not cleared.
The save action seems to be broken generally. Even on just Confetti as action the changeset is not cleared.
Please fix this asap, this worked before and a critical app is depending on this.
Tess
October 19, 2023, 3:44pm
2
Hi @Bernd_Strehl Thanks for reaching out! I'm looking into this internally.
Since you mentioned this is a critical app, would it work for you to add an event that clears the changeset until we sort out what changed in the product?
Something like this:
I tried this, doesn't work either.
Tess
October 19, 2023, 11:01pm
4
Hi @Bernd_Strehl Thanks for following up Can you share some screenshots of your current set up with the clearChangeset()
?
Tested it again this morning and now the manual call to clearChangeset
works. The automatic clear is still broken.
Tess
October 20, 2023, 3:50pm
6
Ok I'm glad you have a path forward I will post here when we've fixed the automatic clear bug
jg80
November 9, 2023, 9:58pm
7
Bumping because I am seeing the same thing - was this resolved?
Tess
November 9, 2023, 10:24pm
8
Hi @jg80 Thanks for checking in! Unfortunately, we don't have a fix yet. I don't have an eta for this one, but I'll post here if I get any updates internally
If I can give my 2 cents as a customer: You should prioritise keeping existing things working, over adding new features.
having the same issue here....
lloyd
December 6, 2023, 1:13pm
11
This seems to be fixed now, I just used the clearChangeset() function on a table and it worked.