When a user goes to perform a step in a flow, an error of "Unable to map the json" is thrown on Android (unknown on iOS). No google results :( Has anyone seen or fixed this before?
I was also facing this issue with SFS Mobile Flow.Please make sure you use 'Id' for getting the record from where it is triggered. I was using 'recordId' and it did not work. I replaced it with 'Id' and it works.Hope it helps.Thanks!