Re: Create a flow that pops-up a form
Hi @Anonymous ,
What’s column type of File Key Id in the list?
If it is of type number, please try to add a Number input in the trigger.
If it is of type Single line of text, please try to add a Text input in the trigger.
I have made another test, add a number column named as “File key id” in the list. Add two inputs in the trigger, Text input and Number input.
As you can see in the following screenshot, only dynamic content “Input number key” could be selected for the File key Id field.

Another workaround you can try is to convert the Text input into integer using the following code if the File key id is of type Number:
int(triggerBody()['text'])
Best regards,
Mabel