No there is no tigger after save it return string data instead of boollean from stream api key
you have a before save trigger?
in this case can you set it as string instead of setting as a bool? like ‘true’ instead of true
we set this data in to the blockchain and it’s geeting the data from the block chain
you can try first to find a solution that works, you could check the function that adds the data initially in the database, you will have to check the table schema, you may have to create a new table from the start
it may be easier to use strings in this current situation
you could also insert data in a different table in that beforeSave hook