For After around 6 hours of running, my MS flow start raising this error and ended:-
So can anyone advice .. what is this error? here is the MS Flow in design mode:-
Thanks

For After around 6 hours of running, my MS flow start raising this error and ended:-
So can anyone advice .. what is this error? here is the MS Flow in design mode:-
Thanks
Hi @johnjohn123 :
According to the error message, the property named '5000' in object Body('parse_JSON') will be called during the 5000th loop, but the property named "5000" does not exist in Body('parse_JSON'),it resulting in an error.
Could you please show the data structure of the return value of ‘parse_JSON’?
Best Regards,
Bof