Heyy community!!
Am struggling to write the data in json file. I don’t want to delete the previous entry of json. I ussed write text activity. It only wrote the new text but deleted the older one. Please help me.
Hey @mehtah You can try using append activity instead of write text activity.
Write text will overwrite the datas in the file but in case of append activity it will append datas to the file.
Thanks and Regards
Sreejith…
Thanks for replying @sreejith.ss i tried using append line activity but it is resulting in this error
@mehtah can you please share your input json data
@mehtah I think the response you’re returning is probably not in JSON format. Please use a breakpoint and check if the data is of correct json format.
Thanks and Regards.
Sreejith…
we would recommend to deserialize the JSON and update it on JSON level with the corresponding options. Feel free to share with us the sample input JSON and the expected output after an update.
Sir could you please join me through a virtual meet. I won’t take much time of you. Actually we are heading our project completion deadline so need your help.
Thank you
let us know here your open question
I have two variables json1 and json2 each consisting of different data i want to make make json file out of these combining both together in a single json file.
@mehtah As you was asked
just share the samples with expected output sample with us