PLCnext - Simulink

good afternoon, how can I add an input to PLCnext, which in Simulink is an input from a data table

Perhaps you create an OUT port variable on the Simulink model, and (in the Simulink model) copy the value from the data table to the OUT port variable, and then (in PLCnext Engineer) connect the OUT port variable from the Simulink program instance to an IN port on an IEC program instance.