Dynamic Inputs from mysql

Hi everyone,

I have this callback function:
@app.callback(
Output(‘cercos-analisis-byname’, ‘children’),
[Input (f’{i[0]}_{i[1]}’,‘n_clicks_timestamp’) for i in mysqldata2 ().updateSelector ()]+
[Input(‘config-button-profile’,‘n_clicks_timestamp’)]
)

I generate inputs from database table, but when i add new elements in database, the new inputs doesnt appear.
Anyone knows what im doing wrong?? Thanks in advance

Some can help me with this?? @chriddyp , @Philippe . Many Thanks!