Hi @UrsulaOrsolya,
I do not believe you would be able to get what you are looking for directly in the fit curve platform. What I would suggest is the following:
1. Save the parametric prediction formula using the model that @Ben_BarrIngh fit in his attached JMP file.

2. Next, use the nonlinear platform with your raw data and parametric prediction formula.

3. Lock your a parameter to 80, which is parameterized as your initial value in the First Order with Limits model we fit. Then hit go. Click the confidence interval button so the algorithm gives you CI for your b and c parameter. Then open up the prediction profiler.

Then if you want, you can save this prediction formula and its associated confidence/prediction intervals.
I should add this is a fairly brute force way to acquire this prediction in JMP and what I think would be a more statistically sound way to get what you want is to use R or Python to fit a bayesian nonlinear model which would allow you to 1. account for any correlation between your starting value and the degradation rate and 2. Use your batch-to-batch variability and MCMC sampling to make predictions for future unobserved batches at any given initial value.