Hello. I am attempting to place variables gotten from my flow onto an Access Database. Whilst doing this, I have been unable to actually add any. No iteration of signs around the variables gets them to work, and I have looked for a while. I may have just been overlooking something or mistyped, but I need help now.
My current code for it is below, but as I have said- it does not work
INSERT INTO ImageBase (Forename)
VALUES
(%'FirstName'%)
Following advice I have found, I have put ' punctuation marks around the variable name, leading to the name of the variable being written into the table- rather than the actual variable insides. Using % signs around it returns a Syntax Error. Any help will be greatly appreciated.
I do have PowerFX enabled for my flow, and below is a screenshot of the actions I'm using to attempt this process.